gambas-source-code/main/lib/jit
gambas bb34431646 Fix a crash in JIT relative to SUPER management.
[INTERPRETER]
* BUG: Clear the 'super' field of the object value returned by NEW.

[GB.JIT]
* BUG: Correctly reset EXEC_super in error catching.
2018-08-06 13:26:49 +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 Fix a crash in JIT relative to SUPER management. 2018-08-06 13:26:49 +02:00
main.c
main.h
Makefile.am