gambas-source-code/main/lib/jit/gb.jit/.src
Benoît Minisini 1fd1d16ec8 Convert two global interpreter flags from boolean to bitfield.
[INTERPRETER]
* NEW: Convert two global interpreter flags from boolean to bitfield.
* NEW: Remove a unused JIT API and take the previous into account.

[GB.JIT]
* NEW: Take the boolean to bitfield interpreter flag changes into account.
2023-01-04 18:49:13 +01:00
..
_ClassStat.class
CCompilation.class Convert two global interpreter flags from boolean to bitfield. 2023-01-04 18:49:13 +01:00
Jit.module Factorize exception management in JIT code. 2023-01-03 14:25:00 +01:00
Main.module