gambas-source-code/main/lib/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
..
gb.jit Disable jit compiler if no compiler is found. 2020-09-14 21:15:20 +02:00
gb.jit.component Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
gb_str.c Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
gb_str.h Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
gbc_reserved.c Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
jit.c JIT optimization of '&=' has been implemented. 2020-04-06 04:43:12 +02:00
jit.h Always load the class before accessing a static variable, as it may not be ready. 2018-08-18 15:28:19 +02:00
jit_body.c Fix a badly written code that crashes on 32-bits CPU. 2020-07-02 22:35:07 +02:00
main.c Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
main.h Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
Makefile.am Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00