gambas-source-code/main/lib/jit
gambas b5affdfa60 Implement fast unsafe compilation of Byte@, Short@... functions, that just access memory without checking anything.
[GB.JIT]
* NEW: Implement fast unsafe compilation of Byte@, Short@... functions, that just access memory without checking anything.
2019-12-23 11:22:36 +01:00
..
gb.jit Implement fast unsafe compilation of Byte@, Short@... functions, that just access memory without checking anything. 2019-12-23 11:22:36 +01: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 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 Implement fast unsafe compilation of Byte@, Short@... functions, that just access memory without checking anything. 2019-12-23 11:22:36 +01:00
main.c
main.h
Makefile.am