Commit History

Author SHA1 Message Date
  jonathanvdc df2d8f5444 Fix an exception handling bug 9 years ago
  jonathanvdc 5ebcbd6e4c Add a switch to compile 'input' instructions as calls 9 years ago
  jonathanvdc fb0351d141 Re-write parts of the kernel to use CALL for calls, TRY for exceptions 9 years ago
  jonathanvdc 6a8e353456 Refactor execute_yields logic into a new module 9 years ago
  jonathanvdc 688c987c5e Improve backwards-compat for execute_yields 9 years ago
  jonathanvdc 2ea8bde902 Turn off a debug statement in the JIT 9 years ago
  jonathanvdc 7f4c31cc49 Configure JIT codegen to use the 'RUN' instruction 9 years ago
  jonathanvdc a2dfffa5fb Make read_userroot a JIT intrinsic 9 years ago
  jonathanvdc 39dcba15fb Refactor some code to use RUN in the kernel 9 years ago
  jonathanvdc 571b802436 Implement the 'RUN' instruction in the interpreter 9 years ago
  jonathanvdc 37e9e8612f Rename interpret_function to call_function, add straight-to-JIT optimization 9 years ago
  jonathanvdc 8d8257d8db Register functions as JIT entry points in __interpret_function 9 years ago
  jonathanvdc b37a34366d Make list_read, list_append intrinsics 9 years ago
  jonathanvdc 496f2acd0e Make 'list_len' an intrinsic 9 years ago
  jonathanvdc 2b6bc61473 Define a couple of intrinsics 9 years ago
  jonathanvdc b56f9f9d74 Remove default limit on number of instructions in JIT 9 years ago
  jonathanvdc 48ec143b5d Up the max instruction count 9 years ago
  jonathanvdc 53fb330dbe Don't accidentally enable tracing in the JIT 9 years ago
  jonathanvdc f4daba2e98 Various improvements to JIT 9 years ago
  jonathanvdc 32022e9f6b Combine state definitions during codegen 9 years ago
  jonathanvdc ca0e5a806d Fold constant reads in the JIT 9 years ago
  jonathanvdc d97682e853 Change how simplify(), has_result() and has_definition() are implemented 9 years ago
  jonathanvdc 2c7648ee90 Add support for JIT tracing 9 years ago
  jonathanvdc 8214637816 Add a comment to modelverse_kernel/main.py 9 years ago
  jonathanvdc 6994bb820f Add a switch to disable direct calls from jitted functions to jitted functions 9 years ago
  jonathanvdc ee1a7745b4 Add a comment that explains __primitive_return's rationale 9 years ago
  jonathanvdc 3a0a4939ed Support __primitive_return in ModelverseKernel.execute_jit 9 years ago
  jonathanvdc 46621cc480 Support primitive calls to constants in the JIT 9 years ago
  jonathanvdc 8533292ee5 Merge remote-tracking branch 'yentl/master' into jit 9 years ago
  jonathanvdc 8135adad98 Optimize the 'interpret_function' function in the JIT runtime 9 years ago