gambas-source-code/main/lib/jit
gambas 3240ebd8ef Fix the default NULL value for objects. JIT functions returning NULL objects as default value do not crash anymore.
[GB.JIT]
* BUG: Fix the default NULL value for objects. JIT functions returning NULL objects as default value do not crash anymore.
2021-03-10 01:55:50 +01:00
..
gb.jit Disable jit compiler if no compiler is found. 2020-09-14 21:15:20 +02:00
gb.jit.component
gb_str.c
gb_str.h
gbc_reserved.c
jit.c Fix the default NULL value for objects. JIT functions returning NULL objects as default value do not crash anymore. 2021-03-10 01:55:50 +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 Fix a badly written code that crashes on 32-bits CPU. 2020-07-02 22:35:07 +02:00
main.c
main.h
Makefile.am