gambas 714b77a10d Work on new JIT system continues.
[CONFIGURATION]
* NEW: Add '.jit' directory to '.gitignore'.

[COMPILER]
* NEW: New '-j' option that disables just in time compilation.
* NEW: JIT: Support for private functions calls.
* NEW: JIT: Support for native arrays accessors.
* BUG: JIT: Fix loop support.
* NEW: JIT: Support for GOSUB.

[GB.JIT]
* NEW: GB_JIT_DEBUG is an environment variable that defines if JIT compilation debugging messages are printed.
* NEW: GB_JIT_CFLAGS is an environment variable that defines the JIT compilation flags. The default is "-O3".
* NEW: Support for native arrays accessors.
2018-06-01 03:50:42 +02:00
..
2018-05-25 21:01:38 +02:00
2018-05-25 21:01:38 +02:00
2018-06-01 03:50:42 +02:00
2018-06-01 03:50:42 +02:00
2018-06-01 03:50:42 +02:00
2018-06-01 03:50:42 +02:00
2018-06-01 03:50:42 +02:00
2018-05-28 03:18:44 +02:00
2018-02-17 20:41:39 +01:00
2018-06-01 03:50:42 +02:00