gambas-source-code/main/lib
gambas 3dd1fd493e Fix the JIT compiler: '_init' method, Lock instruction, Object datatype, and DO / REPEAT loops at the beginning of a function now work correctly.
[INTERPRETER]
* BUG: JIT compiler does not run static initializers anymore when loading a class. Otherwise bytecode can be modified before being compiled, leading to a JIT compiler crash.

[COMPILER]
* BUG: Fix LOCK subroutine meta-information.

[GB.JIT]
* NEW: Don't display abortion debugging message if there is no compilation to abort.
* BUG: Object variables are correctly managed now.
* BUG: DO...LOOP and REPEAT...UNTIL at the beginning of the function now is correctly compiled in all cases.
2019-04-04 22:58:06 +02:00
..
clipper
complex Optimize division, thanks to Cedron Dawg. 2019-03-02 12:50:33 +01:00
compress
data
db Connection.GetTemplate() and Connection.ApplyTemplate() now take tables without primary key into account correctly. 2019-02-06 23:24:08 +01:00
debug Cosmetic changes in debugger code. 2019-03-21 23:14:22 +01:00
draw
eval Enhance formatting of unary minus operator. 2019-03-14 02:47:36 +01:00
geom
gui
gui.opengl
gui.qt
gui.qt.opengl
gui.qt.webkit
gui.trayicon
image
image.effect
inotify gb.inotify: Fix Watch.Events[] accessor 2019-03-07 08:24:08 +01:00
jit Fix the JIT compiler: '_init' method, Lock instruction, Object datatype, and DO / REPEAT loops at the beginning of a function now work correctly. 2019-04-04 22:58:06 +02:00
option
signal
term
vb
gb.component
Makefile.am