Historial de Commits

Autor SHA1 Mensaje Fecha
  jonathanvdc cf12250712 Implement source map generation for the baseline JIT hace 8 años
  jonathanvdc 47a14ce736 Add debug info support to tree IR hace 8 años
  jonathanvdc 5feb048491 Fix a bug in baseline JIT tracing hace 8 años
  jonathanvdc ad4c576861 Try to use fewer local variables in intrinsics hace 8 años
  jonathanvdc 556781dd38 Optimize the dict iteration idiom in fast-JIT hace 8 años
  jonathanvdc 92d12c5322 Define a tuple assignment tree IR node hace 8 años
  jonathanvdc 30e78f8988 Correct the assumption that every tree_ir node returns a temporary hace 8 años
  jonathanvdc d9d6c5bd62 Define __repr__ methods for all tree_ir classes hace 8 años
  jonathanvdc cedb927953 Optimize if/else if to if/elif in tree_ir hace 8 años
  jonathanvdc 06569ed74d Implement __str__, __repr__ for tree_ir.VariableName hace 8 años
  jonathanvdc c50d53ad80 Shield JIT temporaries from the garbage collector hace 8 años
  jonathanvdc 0df878586a Ensure that the JIT's locals don't get GC'ed hace 8 años
  jonathanvdc 42b984af2b Stop emitting whitespace for dictionary definitions in codegen hace 8 años
  jonathanvdc 390be45d82 Optimize calls in tail position to tail call instructions hace 8 años
  jonathanvdc 3b93bc577a Remove unnecessary restriction in PythonGenerator.append_state_definition hace 8 años
  jonathanvdc 5ebcbd6e4c Add a switch to compile 'input' instructions as calls hace 8 años
  jonathanvdc fb0351d141 Re-write parts of the kernel to use CALL for calls, TRY for exceptions hace 8 años
  jonathanvdc 7f4c31cc49 Configure JIT codegen to use the 'RUN' instruction hace 8 años
  jonathanvdc 496f2acd0e Make 'list_len' an intrinsic hace 8 años
  jonathanvdc f4daba2e98 Various improvements to JIT hace 8 años
  jonathanvdc 32022e9f6b Combine state definitions during codegen hace 8 años
  jonathanvdc ca0e5a806d Fold constant reads in the JIT hace 8 años
  jonathanvdc d97682e853 Change how simplify(), has_result() and has_definition() are implemented hace 8 años
  jonathanvdc 2c7648ee90 Add support for JIT tracing hace 8 años
  jonathanvdc 72e7c3176d Implement calls to interpreted code from jitted code hace 8 años
  jonathanvdc 356d593694 Define StoreMemberInstruction in tree_ir hace 8 años
  jonathanvdc 9c9b2fd771 Change CompoundInstruction semantics hace 8 años
  jonathanvdc 7b49b00f9c Make 'string_startswith' an intrinsic hace 8 años
  jonathanvdc 993d0eaa31 Switch to call-by-name in JIT hace 8 años
  jonathanvdc 4f83e248f7 Fix a bug in UnaryInstruction hace 8 años