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 Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
gb_str.c Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
gb_str.h Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
gbc_reserved.c Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
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 Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
main.h Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
Makefile.am Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00