Skip to content
  • gambas's avatar
    Work on new JIT system continues. · a2b64b19
    gambas authored
    [COMPILER]
    * NEW: Internal initialization functions now can be JIT translated.
    * NEW: Support of subroutine calling completed. Interpreter subroutines are called if there is no optimization implemented in the JIT translation.
    
    [INTERPRETER]
    * NEW: Remove old JIT stuff.
    
    [GB.JIT]
    * NEW: Use 'gambas.h' and 'gb.jit.h' to compile translated code.
    a2b64b19