Historique des commits

Auteur SHA1 Message Date
  jonathanvdc a953e922f0 Define a fibonacci perf test il y a 8 ans
  jonathanvdc 1e0ae6cb7e Nitpick a comment il y a 8 ans
  jonathanvdc f8c397035a Create a utils.py for performance tests il y a 8 ans
  jonathanvdc 6a11d48d07 Simplify getFreePort() in integration/utils.py il y a 8 ans
  jonathanvdc ce012ab2db Fix inaccurate comment il y a 8 ans
  jonathanvdc 390be45d82 Optimize calls in tail position to tail call instructions il y a 8 ans
  jonathanvdc 3b93bc577a Remove unnecessary restriction in PythonGenerator.append_state_definition il y a 8 ans
  jonathanvdc a1bc2ba493 Change a docstring il y a 8 ans
  jonathanvdc 36faf93d7b Fix an exception handling bug in the JIT runtime il y a 8 ans
  jonathanvdc 012ab77bd7 Edit jitted code error message about unresolved globals for consistency with interpreter il y a 8 ans
  jonathanvdc df2d8f5444 Fix an exception handling bug il y a 8 ans
  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