Commit History

Автор SHA1 Съобщение Дата
  jonathanvdc 774e604290 Add a switch to compile 'input' instructions as calls преди 8 години
  jonathanvdc 501febe170 Re-write parts of the kernel to use CALL for calls, TRY for exceptions преди 8 години
  jonathanvdc 3afdd25ee3 Refactor execute_yields logic into a new module преди 8 години
  jonathanvdc 91b359cd51 Improve backwards-compat for execute_yields преди 8 години
  jonathanvdc 1273d956f3 Configure JIT codegen to use the 'RUN' instruction преди 8 години
  jonathanvdc 4ecfbfbf39 Refactor some code to use RUN in the kernel преди 8 години
  jonathanvdc f91f438320 Implement the 'RUN' instruction in the interpreter преди 8 години
  jonathanvdc 1d067be8c7 Rename interpret_function to call_function, add straight-to-JIT optimization преди 8 години
  jonathanvdc 7d0c2a37bd Add support for JIT tracing преди 8 години
  jonathanvdc 63dcef1372 Add a comment to modelverse_kernel/main.py преди 8 години
  jonathanvdc 773589a0d3 Support __primitive_return in ModelverseKernel.execute_jit преди 8 години
  jonathanvdc 23e3281b92 Merge remote-tracking branch 'yentl/master' into jit преди 8 години
  jonathanvdc e8c3971bad Optimize the 'interpret_function' function in the JIT runtime преди 8 години
  Yentl Van Tendeloo ba6b8fe647 Built in some safety when running tests and there is no debug_info преди 8 години
  Yentl Van Tendeloo 4cba2ef6fc Decent merge преди 8 години
  Yentl Van Tendeloo fb1bf15b88 Fixed lowest function call in call stack преди 8 години
  Simon Van Mierlo 79f8078842 tracing the stack преди 8 години
  Yentl Van Tendeloo cad84cb40f Delete information of removed users преди 8 години
  jonathanvdc a04d32cca5 Make the kernel try and find function names for the JIT преди 8 години
  Yentl Van Tendeloo eadda3c61d Fixed minor bugs; always use PO even in make_all преди 8 години
  Yentl Van Tendeloo eeb1af309b Store debug info at user-level преди 8 години
  Yentl Van Tendeloo 566c364656 Fix self-removing users преди 8 години
  jonathanvdc 712634b74e Move JIT intrisic definitions to a separate file преди 8 години
  jonathanvdc c243bb2479 Add intrinsics for subtraction преди 8 години
  jonathanvdc 8b75a0c6cc Make the JIT compile calls to certain functions as intrinsics преди 8 години
  jonathanvdc a03d9129a6 Wire up the JIT's compiled_function_lookup member in the kernel преди 8 години
  jonathanvdc 7bdca769aa Implement 'call' instructions in the JIT преди 8 години
  jonathanvdc a24ff0eb87 Store compiled and primitive functions in the JIT преди 8 години
  jonathanvdc 174ef72417 Change how the JIT is enabled/disabled преди 8 години
  jonathanvdc 361b26aa10 Change how the JIT stores jitted functions преди 8 години