gambas-source-code/main/lib/jit/gb.jit
gambas f0606b61c3 Disable jit compiler if no compiler is found.
[INTERPRETER]
* NEW: Disable jit compiler if no compiler is found.

[GB.JIT]
* NEW: Don't crash if no compiler is found, but just tell the interpreter.
2020-09-14 21:15:20 +02:00
..
.src Disable jit compiler if no compiler is found. 2020-09-14 21:15:20 +02:00
.component Use "-march=native -mtune=native" to compile JIT translated code. 2020-09-11 00:43:08 +02: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 Use "-march=native -mtune=native" to compile JIT translated code. 2020-09-11 00:43:08 +02: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 JIT optimization of '&=' has been implemented. 2020-04-06 04:43:12 +02:00