gambas-source-code/main/lib/jit
Benoît Minisini c10fe0a6c3 Optimization of conditional jumps based on values known to be Boolean.
[COMPILER]
* OPT: Optimization of conditional jumps based on values known to be Boolean.
* BUG: Jump optimization is effective when debugging information is generated.
* BUG: The '/' operator correctly returns a Float if its arguments are Float.

[INTERPRETER]
* OPT: Optimization of conditional jumps based on values known to be Boolean.

[GB.JIT]
* NEW: Support for conditional jumps optimization.
2022-12-10 12:54:42 +01:00
..
gb.jit Implement overflow detection in JIT compiler. Some jump optimizations in the compiler and the interpreter. 2022-12-09 15:00:55 +01:00
gb.jit.component
gb_str.c Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
gb_str.h Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
gbc_reserved.c Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
jit.c Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
jit.h Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
jit_body.c Optimization of conditional jumps based on values known to be Boolean. 2022-12-10 12:54:42 +01:00
main.c Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
main.h Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
Makefile.am