Historie revizí

Autor SHA1 Zpráva Datum
  jonathanvdc a665257f8f Turn a bunch of cast operations into intrinsics před 8 roky
  jonathanvdc c0d63ff8af Add a matrix creation test před 8 roky
  jonathanvdc 81eb0a5c97 Define a fibonacci perf test před 8 roky
  jonathanvdc c753ef648f Nitpick a comment před 8 roky
  jonathanvdc 5eeb9801fe Create a utils.py for performance tests před 8 roky
  jonathanvdc 50ac1f1307 Simplify getFreePort() in integration/utils.py před 8 roky
  jonathanvdc 8645c78972 Fix inaccurate comment před 8 roky
  jonathanvdc 3d19089327 Optimize calls in tail position to tail call instructions před 8 roky
  jonathanvdc dd3435edf9 Remove unnecessary restriction in PythonGenerator.append_state_definition před 8 roky
  jonathanvdc 448bcc7c72 Change a docstring před 8 roky
  jonathanvdc ad63badde9 Fix an exception handling bug in the JIT runtime před 8 roky
  jonathanvdc e66cbba294 Edit jitted code error message about unresolved globals for consistency with interpreter před 8 roky
  jonathanvdc 2f2be3bcc5 Fix an exception handling bug před 8 roky
  jonathanvdc 774e604290 Add a switch to compile 'input' instructions as calls před 8 roky
  jonathanvdc 501febe170 Re-write parts of the kernel to use CALL for calls, TRY for exceptions před 8 roky
  jonathanvdc 3afdd25ee3 Refactor execute_yields logic into a new module před 8 roky
  jonathanvdc 91b359cd51 Improve backwards-compat for execute_yields před 8 roky
  jonathanvdc fd3ca83618 Turn off a debug statement in the JIT před 8 roky
  jonathanvdc 1273d956f3 Configure JIT codegen to use the 'RUN' instruction před 8 roky
  jonathanvdc 8fe8b5b994 Make read_userroot a JIT intrinsic před 8 roky
  jonathanvdc 4ecfbfbf39 Refactor some code to use RUN in the kernel před 8 roky
  jonathanvdc f91f438320 Implement the 'RUN' instruction in the interpreter před 8 roky
  jonathanvdc 1d067be8c7 Rename interpret_function to call_function, add straight-to-JIT optimization před 8 roky
  jonathanvdc 57fc84d38d Register functions as JIT entry points in __interpret_function před 8 roky
  jonathanvdc cf3d887870 Make list_read, list_append intrinsics před 8 roky
  jonathanvdc d88e84c800 Make 'list_len' an intrinsic před 8 roky
  jonathanvdc 27909ec267 Define a couple of intrinsics před 8 roky
  jonathanvdc d35808ba4f Remove default limit on number of instructions in JIT před 8 roky
  jonathanvdc abc187f84e Up the max instruction count před 8 roky
  jonathanvdc b821503484 Don't accidentally enable tracing in the JIT před 8 roky