gambas-source-code/main/lib/jit/gb.jit
gambas 5f4f12acf3 [COMPILER]
* NEW: UNSAFE is a new keyword used in conjunction with FAST. It tells the JIT compiler not to do any safety check (null objects, division by zero, out of array bounds...). It makes the code a bit faster, but prone to segmentation fault.

[INTERPRETER]
* NEW: Support for the UNSAFE keyword.

[GB.JIT]
* NEW: Support for the UNSAFE keyword.
* NEW: Check validity of objects that can be invalid.
2018-06-29 00:10:31 +02:00
..
.src Work continues on new JIT system. 2018-06-27 19:35:23 +02:00
.component Work continues on new JIT system. 2018-06-14 16:45:05 +02:00
.directory Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
.icon.png Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
.project Work continues on new JIT system. 2018-06-14 16:45:05 +02:00
gambas.h Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
gb.jit.h Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
gb_error_common.h Work continues on new JIT system. 2018-06-14 16:45:05 +02:00
jit.h [COMPILER] 2018-06-29 00:10:31 +02:00