23081e47c6
[INTERPRETER] * NEW: Implement return value of JIT methods. * NEW: Support for calling '.' operator from a JIT method. [COMPILER] * BUG: JIT: Fix detection of native arrays. * BUG: JIT: Delete translated file if a class has no fast method anymore. * BUG: JIT: Prefix JIT method with "jit_" to avoid possible conflicts. * BUG: JIT: Fix variable initialization. * NEW: JIT: Complete datatype support. * NEW: JIT: Support for SWAP. * NEW: JIT: Support for array operators. * BUG: JIT: Fix arithmetic operators. * NEW: JIT: Implement ME and "." operator. * NEW: JIT: Complete GOSUB / RETURN support. * NEW: JIT: Support for DIV and MOD operators. Not optimized yet. [ARCHIVER] * NEW: Put JIT translation in the archive. [GB.JIT] * NEW: Complete datatype support. Variant is not supported yet. * NEW: Complete GOSUB / RETURN support. * NEW: Support for ME and '.' operator. |
||
---|---|---|
.. | ||
src | ||
acinclude.m4 | ||
AUTHORS | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
README | ||
reconf | ||
TODO |