gambas-source-code/main/lib/jit/gb.jit/.src
gambas 3f7095bbd9 Run JIT compilation in the background to make programs start faster.
[INTERPRETER]
* OPT: JIT compilation is run in two steps.

[GB.JIT]
* OPT: Run JIT compilation in the background.
* NEW: JIT.Debug is a new property that allows to enable JIT debugging messages at runtime.
2019-03-11 16:34:50 +01:00
..
_ClassStat.class Rename 'ClassStat' class as '_ClassStat' to avoid a possible name collision. 2018-08-28 17:05:11 +02:00
CCompilation.class Run JIT compilation in the background to make programs start faster. 2019-03-11 16:34:50 +01:00
Jit.module Run JIT compilation in the background to make programs start faster. 2019-03-11 16:34:50 +01:00
Main.module