gambas-source-code/main/lib/jit
gambas b897cec6cf Remove the include of <stdio.h> from JIT header file.
[GB.JIT]
* BUG: Remove the include of <stdio.h> from JIT header file.
2018-12-09 03:50:14 +01:00
..
gb.jit Remove the include of <stdio.h> from JIT header file. 2018-12-09 03:50:14 +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 Forgot to call JIT function when the call is dynamic, i.e. if the object owning the method has an anonymous datatype (Object or Variant). 2018-12-07 01:03:47 +01:00
main.c
main.h
Makefile.am