Historial de Commits

Autor SHA1 Mensaje Fecha
  jonathanvdc 3d19089327 Optimize calls in tail position to tail call instructions hace 8 años
  jonathanvdc dd3435edf9 Remove unnecessary restriction in PythonGenerator.append_state_definition hace 8 años
  jonathanvdc 448bcc7c72 Change a docstring hace 8 años
  jonathanvdc ad63badde9 Fix an exception handling bug in the JIT runtime hace 8 años
  jonathanvdc e66cbba294 Edit jitted code error message about unresolved globals for consistency with interpreter hace 8 años
  jonathanvdc 2f2be3bcc5 Fix an exception handling bug hace 8 años
  jonathanvdc 774e604290 Add a switch to compile 'input' instructions as calls hace 8 años
  jonathanvdc 501febe170 Re-write parts of the kernel to use CALL for calls, TRY for exceptions hace 8 años
  jonathanvdc 3afdd25ee3 Refactor execute_yields logic into a new module hace 8 años
  jonathanvdc 91b359cd51 Improve backwards-compat for execute_yields hace 8 años
  jonathanvdc fd3ca83618 Turn off a debug statement in the JIT hace 8 años
  jonathanvdc 1273d956f3 Configure JIT codegen to use the 'RUN' instruction hace 8 años
  jonathanvdc 8fe8b5b994 Make read_userroot a JIT intrinsic hace 8 años
  jonathanvdc 4ecfbfbf39 Refactor some code to use RUN in the kernel hace 8 años
  jonathanvdc f91f438320 Implement the 'RUN' instruction in the interpreter hace 8 años
  jonathanvdc 1d067be8c7 Rename interpret_function to call_function, add straight-to-JIT optimization hace 8 años
  jonathanvdc 57fc84d38d Register functions as JIT entry points in __interpret_function hace 8 años
  jonathanvdc cf3d887870 Make list_read, list_append intrinsics hace 8 años
  jonathanvdc d88e84c800 Make 'list_len' an intrinsic hace 8 años
  jonathanvdc 27909ec267 Define a couple of intrinsics hace 8 años
  jonathanvdc d35808ba4f Remove default limit on number of instructions in JIT hace 8 años
  jonathanvdc abc187f84e Up the max instruction count hace 8 años
  jonathanvdc b821503484 Don't accidentally enable tracing in the JIT hace 8 años
  jonathanvdc c11313405a Various improvements to JIT hace 8 años
  jonathanvdc 88f6fab1d0 Combine state definitions during codegen hace 8 años
  jonathanvdc 043ea99f29 Fold constant reads in the JIT hace 8 años
  jonathanvdc 7293af1012 Change how simplify(), has_result() and has_definition() are implemented hace 8 años
  jonathanvdc 7d0c2a37bd Add support for JIT tracing hace 8 años
  jonathanvdc 63dcef1372 Add a comment to modelverse_kernel/main.py hace 8 años
  jonathanvdc 08631bdfb1 Add a switch to disable direct calls from jitted functions to jitted functions hace 8 años