-
- Downloads
Load classes without running the _init method, so that the JIT behaviour is...
Load classes without running the _init method, so that the JIT behaviour is closer to the interpreter behaviour. [INTERPRETER] * NEW: Add a JIT API for loading classes without running the _init method. [GB.JIT] * BUG: Load classes without running the _init method, so that the JIT behaviour is closer to the interpreter behaviour.
Showing
- main/gbx/gb.jit.h 1 addition, 0 deletionsmain/gbx/gb.jit.h
- main/gbx/gbx_api.c 1 addition, 0 deletionsmain/gbx/gbx_api.c
- main/gbx/gbx_class.c 2 additions, 2 deletionsmain/gbx/gbx_class.c
- main/gbx/gbx_class.h 2 additions, 3 deletionsmain/gbx/gbx_class.h
- main/gbx/gbx_class_load.c 19 additions, 22 deletionsmain/gbx/gbx_class_load.c
- main/gbx/gbx_class_native.c 1 addition, 1 deletionmain/gbx/gbx_class_native.c
- main/lib/jit/jit.c 9 additions, 3 deletionsmain/lib/jit/jit.c
- main/lib/jit/jit.h 1 addition, 1 deletionmain/lib/jit/jit.h
- main/lib/jit/jit_body.c 1 addition, 1 deletionmain/lib/jit/jit_body.c
Loading
Please register or sign in to comment