gambas-source-code/main/lib/jit/gb.jit
Benoît Minisini af950247c4 Implement overflow detection in JIT compiler. Some jump optimizations in the compiler and the interpreter.
[COMPILER]
* OPT: Optimize jumps pointing at a JUMP instruction.

[INTERPRETER]
* OPT: Avoid conversion to boolean when possible in conditional jumps.

[GB.JIT]
* NEW: Implement overflow detection in integer arithmetic operations. The UNSAFE keyword disable them to get full speed.
2022-12-09 15:00:55 +01:00
..
.hidden
.src Implement overflow detection in JIT compiler. Some jump optimizations in the compiler and the interpreter. 2022-12-09 15:00:55 +01:00
.component
.directory
.icon.png
.project
gambas.h
gb.jit.h
gb_error_common.h
gb_overflow.h Implement overflow detection in JIT compiler. Some jump optimizations in the compiler and the interpreter. 2022-12-09 15:00:55 +01:00
jit.h Implement overflow detection in JIT compiler. Some jump optimizations in the compiler and the interpreter. 2022-12-09 15:00:55 +01:00