Historique des commits

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