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
gb_str.c
gb_str.h
gbc_reserved.c
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
main.h
Makefile.am