提交歷史

作者 SHA1 備註 提交日期
  jonathanvdc 1c9127f99c Comment out 'PO' performance tests 8 年之前
  jonathanvdc d145513ba5 Make the JIT insert nops 8 年之前
  jonathanvdc 28931918bf Rename 'performance/test_{create_matrix->matrix_create}.py', add a Gauss-Jordan perf test 8 年之前
  jonathanvdc a3ba9acc3d Make 'log' an intrinsic 8 年之前
  jonathanvdc 3bc4bde236 Make 'time' an intrinsic 8 年之前
  jonathanvdc 76dfa0e596 Turn a bunch of cast operations into intrinsics 8 年之前
  jonathanvdc f5c1774364 Add a matrix creation test 8 年之前
  jonathanvdc a953e922f0 Define a fibonacci perf test 8 年之前
  jonathanvdc 1e0ae6cb7e Nitpick a comment 8 年之前
  jonathanvdc f8c397035a Create a utils.py for performance tests 8 年之前
  jonathanvdc 6a11d48d07 Simplify getFreePort() in integration/utils.py 8 年之前
  jonathanvdc ce012ab2db Fix inaccurate comment 8 年之前
  jonathanvdc 390be45d82 Optimize calls in tail position to tail call instructions 8 年之前
  jonathanvdc 3b93bc577a Remove unnecessary restriction in PythonGenerator.append_state_definition 8 年之前
  jonathanvdc a1bc2ba493 Change a docstring 8 年之前
  jonathanvdc 36faf93d7b Fix an exception handling bug in the JIT runtime 8 年之前
  jonathanvdc 012ab77bd7 Edit jitted code error message about unresolved globals for consistency with interpreter 8 年之前
  jonathanvdc df2d8f5444 Fix an exception handling bug 8 年之前
  jonathanvdc 5ebcbd6e4c Add a switch to compile 'input' instructions as calls 8 年之前
  jonathanvdc fb0351d141 Re-write parts of the kernel to use CALL for calls, TRY for exceptions 8 年之前
  jonathanvdc 6a8e353456 Refactor execute_yields logic into a new module 8 年之前
  jonathanvdc 688c987c5e Improve backwards-compat for execute_yields 8 年之前
  jonathanvdc 2ea8bde902 Turn off a debug statement in the JIT 8 年之前
  jonathanvdc 7f4c31cc49 Configure JIT codegen to use the 'RUN' instruction 8 年之前
  jonathanvdc a2dfffa5fb Make read_userroot a JIT intrinsic 8 年之前
  jonathanvdc 39dcba15fb Refactor some code to use RUN in the kernel 8 年之前
  jonathanvdc 571b802436 Implement the 'RUN' instruction in the interpreter 8 年之前
  jonathanvdc 37e9e8612f Rename interpret_function to call_function, add straight-to-JIT optimization 8 年之前
  jonathanvdc 8d8257d8db Register functions as JIT entry points in __interpret_function 8 年之前
  jonathanvdc b37a34366d Make list_read, list_append intrinsics 8 年之前