gambas-source-code/main/lib/jit
gambas 3652b82b3e Let the caller always release the function arguments.
[GB.JIT]
* BUG: Let the caller always release the function arguments.
2018-11-27 02:59:21 +01:00
..
gb.jit Set the SP stack pointer before calling the conversion function to workaround the compiler optimizations and prevent a memory leak at function end if the conversion fails and an exception is raised. 2018-11-26 01:20:09 +01:00
gb.jit.component
gb_str.c
gb_str.h
gbc_reserved.c
jit.c Set the SP stack pointer before calling the conversion function to workaround the compiler optimizations and prevent a memory leak at function end if the conversion fails and an exception is raised. 2018-11-26 01:20:09 +01: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 Let the caller always release the function arguments. 2018-11-27 02:59:21 +01:00
main.c
main.h
Makefile.am