Historique des commits

Auteur SHA1 Message Date
  jonathanvdc a52237662d Add debug info support to tree IR il y a 8 ans
  jonathanvdc 166099e326 Fix a bug in baseline JIT tracing il y a 8 ans
  jonathanvdc 64031d996f Try to use fewer local variables in intrinsics il y a 8 ans
  jonathanvdc 7e7be8ad44 Optimize the dict iteration idiom in fast-JIT il y a 8 ans
  jonathanvdc 2bfe0c2625 Define a tuple assignment tree IR node il y a 8 ans
  jonathanvdc 551518d709 Correct the assumption that every tree_ir node returns a temporary il y a 8 ans
  jonathanvdc 518d67d071 Define __repr__ methods for all tree_ir classes il y a 8 ans
  jonathanvdc 9974711da9 Optimize if/else if to if/elif in tree_ir il y a 8 ans
  jonathanvdc 679e2e7b71 Implement __str__, __repr__ for tree_ir.VariableName il y a 8 ans
  jonathanvdc de10bb6587 Shield JIT temporaries from the garbage collector il y a 8 ans
  jonathanvdc b03a765eda Ensure that the JIT's locals don't get GC'ed il y a 8 ans
  jonathanvdc c5bca21c2f Stop emitting whitespace for dictionary definitions in codegen il y a 8 ans
  jonathanvdc 3d19089327 Optimize calls in tail position to tail call instructions il y a 8 ans
  jonathanvdc dd3435edf9 Remove unnecessary restriction in PythonGenerator.append_state_definition il y a 8 ans
  jonathanvdc 774e604290 Add a switch to compile 'input' instructions as calls il y a 8 ans
  jonathanvdc 501febe170 Re-write parts of the kernel to use CALL for calls, TRY for exceptions il y a 8 ans
  jonathanvdc 1273d956f3 Configure JIT codegen to use the 'RUN' instruction il y a 8 ans
  jonathanvdc d88e84c800 Make 'list_len' an intrinsic il y a 8 ans
  jonathanvdc c11313405a Various improvements to JIT il y a 8 ans
  jonathanvdc 88f6fab1d0 Combine state definitions during codegen il y a 8 ans
  jonathanvdc 043ea99f29 Fold constant reads in the JIT il y a 8 ans
  jonathanvdc 7293af1012 Change how simplify(), has_result() and has_definition() are implemented il y a 8 ans
  jonathanvdc 7d0c2a37bd Add support for JIT tracing il y a 8 ans
  jonathanvdc a3d3e5f006 Implement calls to interpreted code from jitted code il y a 8 ans
  jonathanvdc 55f6700ba9 Define StoreMemberInstruction in tree_ir il y a 8 ans
  jonathanvdc 8a54b8d03b Change CompoundInstruction semantics il y a 8 ans
  jonathanvdc 6a13cd7bc2 Make 'string_startswith' an intrinsic il y a 8 ans
  jonathanvdc 5bf4011e5d Switch to call-by-name in JIT il y a 8 ans
  jonathanvdc ef0e7b4ddb Fix a bug in UnaryInstruction il y a 8 ans
  jonathanvdc 0607096020 Turn some state-manipulation primitives into intrinsics il y a 8 ans