gambas-source-code/main/lib/jit
gambas 4ef9c15a1b Support for CATCH and FINALLY.
[INTERPRETER]
* NEW: The NEW implementation routine takes its opcode as argument now, like other subroutines with a variable number of arguments.

[GB.JIT]
* OPT: Call subroutines using their static address. No significative performance gain was detected.
* NEW: Support for CATCH and FINALLY.
2018-06-16 01:12:13 +02:00
..
gb.jit Support for CATCH and FINALLY. 2018-06-16 01:12:13 +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 Support for CATCH and FINALLY. 2018-06-16 01:12:13 +02:00
jit.h Support for CATCH and FINALLY. 2018-06-16 01:12:13 +02:00
jit_body.c Support for CATCH and FINALLY. 2018-06-16 01:12:13 +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