Commit History

Autor SHA1 Mensaxe Data
  jonathanvdc 518d67d071 Define __repr__ methods for all tree_ir classes %!s(int64=8) %!d(string=hai) anos
  jonathanvdc 9974711da9 Optimize if/else if to if/elif in tree_ir %!s(int64=8) %!d(string=hai) anos
  jonathanvdc 679e2e7b71 Implement __str__, __repr__ for tree_ir.VariableName %!s(int64=8) %!d(string=hai) anos
  jonathanvdc de10bb6587 Shield JIT temporaries from the garbage collector %!s(int64=8) %!d(string=hai) anos
  jonathanvdc b03a765eda Ensure that the JIT's locals don't get GC'ed %!s(int64=8) %!d(string=hai) anos
  jonathanvdc c5bca21c2f Stop emitting whitespace for dictionary definitions in codegen %!s(int64=8) %!d(string=hai) anos
  jonathanvdc 3d19089327 Optimize calls in tail position to tail call instructions %!s(int64=8) %!d(string=hai) anos
  jonathanvdc dd3435edf9 Remove unnecessary restriction in PythonGenerator.append_state_definition %!s(int64=8) %!d(string=hai) anos
  jonathanvdc 774e604290 Add a switch to compile 'input' instructions as calls %!s(int64=8) %!d(string=hai) anos
  jonathanvdc 501febe170 Re-write parts of the kernel to use CALL for calls, TRY for exceptions %!s(int64=8) %!d(string=hai) anos
  jonathanvdc 1273d956f3 Configure JIT codegen to use the 'RUN' instruction %!s(int64=8) %!d(string=hai) anos
  jonathanvdc d88e84c800 Make 'list_len' an intrinsic %!s(int64=8) %!d(string=hai) anos
  jonathanvdc c11313405a Various improvements to JIT %!s(int64=8) %!d(string=hai) anos
  jonathanvdc 88f6fab1d0 Combine state definitions during codegen %!s(int64=8) %!d(string=hai) anos
  jonathanvdc 043ea99f29 Fold constant reads in the JIT %!s(int64=8) %!d(string=hai) anos
  jonathanvdc 7293af1012 Change how simplify(), has_result() and has_definition() are implemented %!s(int64=8) %!d(string=hai) anos
  jonathanvdc 7d0c2a37bd Add support for JIT tracing %!s(int64=8) %!d(string=hai) anos
  jonathanvdc a3d3e5f006 Implement calls to interpreted code from jitted code %!s(int64=8) %!d(string=hai) anos
  jonathanvdc 55f6700ba9 Define StoreMemberInstruction in tree_ir %!s(int64=8) %!d(string=hai) anos
  jonathanvdc 8a54b8d03b Change CompoundInstruction semantics %!s(int64=8) %!d(string=hai) anos
  jonathanvdc 6a13cd7bc2 Make 'string_startswith' an intrinsic %!s(int64=8) %!d(string=hai) anos
  jonathanvdc 5bf4011e5d Switch to call-by-name in JIT %!s(int64=8) %!d(string=hai) anos
  jonathanvdc ef0e7b4ddb Fix a bug in UnaryInstruction %!s(int64=8) %!d(string=hai) anos
  jonathanvdc 0607096020 Turn some state-manipulation primitives into intrinsics %!s(int64=8) %!d(string=hai) anos
  jonathanvdc 6e82fa81bf Support unary intrinsics in JIT %!s(int64=8) %!d(string=hai) anos
  jonathanvdc 24ae748898 Parenthesize binary instructions in JIT codegen %!s(int64=8) %!d(string=hai) anos
  jonathanvdc 4096e3ca22 Fix a JIT bug for calls to parameterless functions %!s(int64=8) %!d(string=hai) anos
  jonathanvdc a1521fa838 Simplify 'RV(CNV(val))' to 'val' %!s(int64=8) %!d(string=hai) anos
  jonathanvdc 8b75a0c6cc Make the JIT compile calls to certain functions as intrinsics %!s(int64=8) %!d(string=hai) anos
  jonathanvdc 7bdca769aa Implement 'call' instructions in the JIT %!s(int64=8) %!d(string=hai) anos