gambas-source-code/main
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
..
gbc [COMPILER] 2018-06-29 00:10:31 +02:00
gbx [COMPILER] 2018-06-29 00:10:31 +02:00
lib [COMPILER] 2018-06-29 00:10:31 +02:00
mime
share [COMPILER] 2018-06-29 00:10:31 +02:00
tools/gbh3
acinclude.m4
AUTHORS
ChangeLog
compile
component.am
configure.ac Merge branch 'jit-with-c' 2018-06-13 00:45:19 +02:00
COPYING
gb.pcre.h
INSTALL
m4
Makefile.am
NEWS
README
reconf
TODO