gambas-source-code/main/lib/jit
gambas f08ce22cdc Fix support of read-only arrays.
[INTERPRETER]
* BUG: Read-only arrays are now really read-only.

[GB.JIT]
* BUG: Support for read-only arrays.
2019-09-26 14:25:37 +02:00
..
gb.jit Fix support of read-only arrays. 2019-09-26 14:25:37 +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 Enumerating an unknown datatype does not raise an error automatically anymore. 2019-06-18 09:50:56 +02:00
main.c
main.h
Makefile.am