gambas-source-code/main/lib/jit
gambas c569a234be Don't leak memory when converting an object to a boolean and correctly pop the arguments from the stack when propagating an exception.
[GB.JIT]
* BUG: Don't leak memory when converting an object to a boolean.
* BUG: Correctly pop the arguments from the stack when propagating an exception.
2018-08-14 12:15:04 +02:00
..
gb.jit Fix access to objects that can be invalid. 2018-08-13 23:01:27 +02:00
gb.jit.component
gb_str.c
gb_str.h
gbc_reserved.c
jit.c [INTERPRETER] 2018-08-10 13:26:54 +02:00
jit.h The datatype of object symbols was incorrectly computed. 2018-07-08 08:24:31 +02:00
jit_body.c Don't leak memory when converting an object to a boolean and correctly pop the arguments from the stack when propagating an exception. 2018-08-14 12:15:04 +02:00
main.c
main.h
Makefile.am