Historial de Commits

Autor SHA1 Mensaje Fecha
  jonathanvdc 64031d996f Try to use fewer local variables in intrinsics hace 8 años
  jonathanvdc 7e7be8ad44 Optimize the dict iteration idiom in fast-JIT hace 8 años
  jonathanvdc 2bfe0c2625 Define a tuple assignment tree IR node hace 8 años
  jonathanvdc 551518d709 Correct the assumption that every tree_ir node returns a temporary hace 8 años
  jonathanvdc 518d67d071 Define __repr__ methods for all tree_ir classes hace 8 años
  jonathanvdc 9974711da9 Optimize if/else if to if/elif in tree_ir hace 8 años
  jonathanvdc 679e2e7b71 Implement __str__, __repr__ for tree_ir.VariableName hace 8 años
  jonathanvdc de10bb6587 Shield JIT temporaries from the garbage collector hace 8 años
  jonathanvdc b03a765eda Ensure that the JIT's locals don't get GC'ed hace 8 años
  jonathanvdc c5bca21c2f Stop emitting whitespace for dictionary definitions in codegen hace 8 años
  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 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 1273d956f3 Configure JIT codegen to use the 'RUN' instruction hace 8 años
  jonathanvdc d88e84c800 Make 'list_len' an intrinsic 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 a3d3e5f006 Implement calls to interpreted code from jitted code hace 8 años
  jonathanvdc 55f6700ba9 Define StoreMemberInstruction in tree_ir hace 8 años
  jonathanvdc 8a54b8d03b Change CompoundInstruction semantics hace 8 años
  jonathanvdc 6a13cd7bc2 Make 'string_startswith' an intrinsic hace 8 años
  jonathanvdc 5bf4011e5d Switch to call-by-name in JIT hace 8 años
  jonathanvdc ef0e7b4ddb Fix a bug in UnaryInstruction hace 8 años
  jonathanvdc 0607096020 Turn some state-manipulation primitives into intrinsics hace 8 años
  jonathanvdc 6e82fa81bf Support unary intrinsics in JIT hace 8 años
  jonathanvdc 24ae748898 Parenthesize binary instructions in JIT codegen hace 8 años