gambas-source-code/main/lib/jit
gambas 2165ececd5 JIT optimization of '&=' has been implemented.
[INTERPRETER]
* NEW: Support for JIT '&=' optimization.
* BUG: Fix '&=' optimization on argument variables.
* OPT: Strings greater than 4096 bytes are allocated by 4096 bytes steps.

[GB.JIT]
* NEW: JIT optimization of '&=' has been implemented.
2020-04-06 04:43:12 +02:00
..
gb.jit JIT optimization of '&=' has been implemented. 2020-04-06 04:43:12 +02:00
gb.jit.component
gb_str.c
gb_str.h
gbc_reserved.c
jit.c JIT optimization of '&=' has been implemented. 2020-04-06 04:43: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 JIT optimization of '&=' has been implemented. 2020-04-06 04:43:12 +02:00
main.c
main.h
Makefile.am