gambas-source-code/main/lib/jit
gambas 706a605cc3 Correctly restore the stack after calling a method through the interpreter, and handle null values as object values having a null address automatically.
[INTERPRETER]
* NEW: Creating a NULL value now clears the object address field so that it can be freely interpreted as a Object value with a null address by the JIT compiled code.

[GB.JIT]
* BUG: Correctly restore stack after calling a method through the interpreter.
2018-08-22 09:30:27 +02:00
..
gb.jit Correctly restore the stack after calling a method through the interpreter, and handle null values as object values having a null address automatically. 2018-08-22 09:30:27 +02:00
gb.jit.component
gb_str.c
gb_str.h
gbc_reserved.c
jit.c Always load the class before accessing a static variable, as it may not be ready. 2018-08-18 15:28:19 +02:00
jit.h Always load the class before accessing a static variable, as it may not be ready. 2018-08-18 15:28:19 +02:00
jit_body.c Always load the class before accessing a static variable, as it may not be ready. 2018-08-18 15:28:19 +02:00
main.c
main.h
Makefile.am