Historial de Commits

Autor SHA1 Mensaje Fecha
  jonathanvdc a1bc2ba493 Change a docstring hace 8 años
  jonathanvdc 36faf93d7b Fix an exception handling bug in the JIT runtime hace 8 años
  jonathanvdc 5ebcbd6e4c Add a switch to compile 'input' instructions as calls hace 8 años
  jonathanvdc fb0351d141 Re-write parts of the kernel to use CALL for calls, TRY for exceptions hace 8 años
  jonathanvdc 7f4c31cc49 Configure JIT codegen to use the 'RUN' instruction hace 8 años
  jonathanvdc 571b802436 Implement the 'RUN' instruction in the interpreter hace 8 años
  jonathanvdc 37e9e8612f Rename interpret_function to call_function, add straight-to-JIT optimization hace 8 años
  jonathanvdc 8d8257d8db Register functions as JIT entry points in __interpret_function hace 8 años
  jonathanvdc 8135adad98 Optimize the 'interpret_function' function in the JIT runtime hace 8 años
  jonathanvdc 72e7c3176d Implement calls to interpreted code from jitted code hace 8 años