gambas-source-code/main
gambas 4e50dec11d Work continues on new JIT system. Translation is now done at runtime.
[INTERPRETER]
* OPT: String routines are now compiled with -O3.
* NEW: Don't display JIT debugging message unless GB_JIT_DEBUG is set to something different from zero.
* NEW: String whose length is greater than 256 now have a growth step of 256 bytes instead of 16.

[GB.JIT]
* NEW: Do many global optimizations as now the class metadata is fully available.
* NEW: Support for optional argument. Still buggy at the moment.
2018-06-09 22:42:35 +02:00
..
gbc Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
gbx Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
lib Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
mime
share Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
tools/gbh3
acinclude.m4
AUTHORS
ChangeLog
compile
component.am
configure.ac Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
COPYING
gb.pcre.h
INSTALL
m4
Makefile.am Only use tag in trunk_version.h if it is *exactly* that commit 2018-05-05 18:07:50 +02:00
NEWS
README
reconf
TODO