gambas-source-code/main/lib/jit
Benoît Minisini 3d628e41b3 Fix JIT compilation of extern function calls.
[INTERPRETER]
* NEW: Add an API for the JIT compiler that retrieves the address of an object or a class for external functions.

[GB.JIT]
* BUG: Fix JIT compilation of extern function calls.
2022-10-17 23:30:21 +02:00
..
gb.jit Fix JIT compilation of extern function calls. 2022-10-17 23:30:21 +02:00
gb.jit.component
gb_str.c
gb_str.h
gbc_reserved.c
jit.c
jit.h
jit_body.c Fix JIT compilation of extern function calls. 2022-10-17 23:30:21 +02:00
main.c
main.h
Makefile.am