gambas-source-code/main/lib/jit
gambas ce37d6ff67 Ignore errors when loading a class for the JIT compiler.
[INTERPRETER]
* BUG: Ignore errors when loading a class for the JIT compiler.

[GB.JIT]
* BUG: Loading a class during JIT compilation can fail. Take that into account.
2019-06-11 22:32:12 +02:00
..
gb.jit Emit column position in almost all error messages. 2019-05-08 06:20:35 +02:00
gb.jit.component
gb_str.c
gb_str.h
gbc_reserved.c
jit.c Ignore errors when loading a class for the JIT compiler. 2019-06-11 22:32:12 +02:00
jit.h
jit_body.c Fix the JIT compiler: '_init' method, Lock instruction, Object datatype, and DO / REPEAT loops at the beginning of a function now work correctly. 2019-04-04 22:58:06 +02:00
main.c
main.h
Makefile.am