Historie revizí

Autor SHA1 Zpráva Datum
  jonathanvdc 6419734131 Check has_definition() in tree_ir.DebugInfoInstruction.generate_python_def před 8 roky
  jonathanvdc 9da9327045 Include the function origin in DEBUG_INFO requests před 8 roky
  jonathanvdc 0888c0133d Generate DEBUG_INFO requests during baseline JIT codegen před 8 roky
  jonathanvdc f3f9234a71 Remove an old test case from tree_ir.py před 8 roky
  jonathanvdc 01277aee16 Implement source map generation for the baseline JIT před 8 roky
  jonathanvdc a52237662d Add debug info support to tree IR před 8 roky
  jonathanvdc 166099e326 Fix a bug in baseline JIT tracing před 8 roky
  jonathanvdc 64031d996f Try to use fewer local variables in intrinsics před 8 roky
  jonathanvdc 7e7be8ad44 Optimize the dict iteration idiom in fast-JIT před 8 roky
  jonathanvdc 2bfe0c2625 Define a tuple assignment tree IR node před 8 roky
  jonathanvdc 551518d709 Correct the assumption that every tree_ir node returns a temporary před 8 roky
  jonathanvdc 518d67d071 Define __repr__ methods for all tree_ir classes před 8 roky
  jonathanvdc 9974711da9 Optimize if/else if to if/elif in tree_ir před 8 roky
  jonathanvdc 679e2e7b71 Implement __str__, __repr__ for tree_ir.VariableName před 8 roky
  jonathanvdc de10bb6587 Shield JIT temporaries from the garbage collector před 8 roky
  jonathanvdc b03a765eda Ensure that the JIT's locals don't get GC'ed před 8 roky
  jonathanvdc c5bca21c2f Stop emitting whitespace for dictionary definitions in codegen 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 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 1273d956f3 Configure JIT codegen to use the 'RUN' instruction před 8 roky
  jonathanvdc d88e84c800 Make 'list_len' an intrinsic před 8 roky
  jonathanvdc c11313405a Various improvements to JIT před 8 roky
  jonathanvdc 88f6fab1d0 Combine state definitions during codegen před 8 roky
  jonathanvdc 043ea99f29 Fold constant reads in the JIT před 8 roky
  jonathanvdc 7293af1012 Change how simplify(), has_result() and has_definition() are implemented před 8 roky
  jonathanvdc 7d0c2a37bd Add support for JIT tracing před 8 roky
  jonathanvdc a3d3e5f006 Implement calls to interpreted code from jitted code před 8 roky
  jonathanvdc 55f6700ba9 Define StoreMemberInstruction in tree_ir před 8 roky