gambas-source-code/main/lib/jit
gambas 6e5c42939a Fix some memory leaks introduced by the last commit.
[GB.JIT]
* BUG: Fix some memory leaks introduced by the last commit.
2021-06-18 14:33:40 +02:00
..
gb.jit JIT compiler support for embedded array and structures variables. 2021-06-18 04:33:42 +02:00
gb.jit.component
gb_str.c
gb_str.h
gbc_reserved.c
jit.c Take ':' inside identifiers into account by replacing them by '$'. 2021-06-04 14:28:05 +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 Fix some memory leaks introduced by the last commit. 2021-06-18 14:33:40 +02:00
main.c
main.h
Makefile.am