Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-11 | add 'break' statements to make compiler happy | Vlad Dumitrescu | |
2014-07-21 | jinterface: fix bug in equality for OtpErlangFun | Vlad Dumitrescu | |
Arrays (here: md5 and freeVars) must not be compared with equals, which is broken. | |||
2014-03-14 | erts: Change external format for maps | Sverker Eriksson | |
to be: 116,Arity, K1,V1,K2,V2,...,Kn,Vn instead of: 116,Arity, K1,K2,...,Kn, V1,V2,....,Vn We think this will be better for future internal map structures like HAMT. Would be bad if we need to iterate twice over HAMT in term_to_binary, one for keys and one for values. | |||
2014-02-11 | jinterface: implement support for maps | Vlad Dumitrescu | |
The API and implementation are simplistic, like for lists and tuples, using arrays and without any connection to java.util.Map. | |||
2010-08-24 | Add test suite for jinterface | Björn Gustavsson | |