gambas-source-code/main/lib/jit
gambas f0b3762ec1 JIT compiler can compile libraries now.
[INTERPRETER]
* NEW: Internal name of libraries uses a point now between vendor and library name, not a slash anymore.

[GB.DEBUG]
* BUG: Undo "make debugger output writes more robust". Apparently it does not work.

[GB.JIT]
* BUG: Compiling libraries works now.
2020-01-26 07:09:36 +01:00
..
gb.jit JIT compiler can compile libraries now. 2020-01-26 07:09:36 +01: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 Ignore errors when loading a class for the JIT compiler. 2019-06-11 22:32: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 VarPtr() on function arguments. 2020-01-20 03:03:02 +01: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