gambas-source-code/main/lib/jit
gambas 4729b9e60b JIT implementation of Left$(), Mid$() and Right$(). They are now twice faster.
[GB.JIT]
* NEW: JIT implementation of Left$(), Mid$() and Right$(). They are now twice faster.
2021-09-18 23:41:47 +02:00
..
gb.jit JIT implementation of Left$(), Mid$() and Right$(). They are now twice faster. 2021-09-18 23:41:47 +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 JIT implementation of Left$(), Mid$() and Right$(). They are now twice faster. 2021-09-18 23:41:47 +02:00
main.c
main.h
Makefile.am