gambas-source-code/main/lib/jit/gb.jit
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
..
.src Run JIT compilation in the background to make programs start faster. 2019-03-11 16:34:50 +01:00
.component Do not use loop initial declaration in generated C code for old gcc versions. 2019-01-03 10:29:44 +01:00
.directory Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
.icon.png Strip png files with ImageMagick convert command. 2018-09-19 20:53:00 +02:00
.project Do not use loop initial declaration in generated C code for old gcc versions. 2019-01-03 10:29:44 +01:00
gambas.h Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
gb.jit.h Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
gb_error_common.h Work continues on new JIT system. 2018-06-14 16:45:05 +02:00
jit.h Fix the default value of optional Object function arguments. 2019-01-20 22:50:35 +01:00