gambas-source-code/main/lib/jit
gambas acf401ba2d Correctly reset the stack pointer when releasing the stack in error handlers.
[INTERPRETER]
* BUG: Do not clear the 'super' field of the object value returned by NEW, as it does not fix actually anything.

[GB.JIT]
* BUG: Correctly reset the stack pointer when releasing the stack in error handlers.
2018-08-09 11:05:51 +02:00
..
gb.jit Fix a crash in JIT relative to SUPER management. 2018-08-06 13:26:49 +02:00
gb.jit.component
gb_str.c
gb_str.h
gbc_reserved.c
jit.c The datatype of object symbols was incorrectly computed. 2018-07-08 08:24:31 +02:00
jit.h The datatype of object symbols was incorrectly computed. 2018-07-08 08:24:31 +02:00
jit_body.c Correctly reset the stack pointer when releasing the stack in error handlers. 2018-08-09 11:05:51 +02:00
main.c
main.h
Makefile.am