Historial de Commits

Autor SHA1 Mensaje Fecha
  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
  jonathanvdc a079194cee Turn some state-manipulation primitives into intrinsics hace 8 años
  jonathanvdc 3fa3dbee66 Support unary intrinsics in JIT hace 8 años
  jonathanvdc e2028259ad Parenthesize binary instructions in JIT codegen hace 8 años
  jonathanvdc 188753557a Fix a JIT bug for calls to parameterless functions hace 8 años
  jonathanvdc 222a8ab77a Simplify 'RV(CNV(val))' to 'val' hace 8 años
  jonathanvdc 6b753fa24e Make the JIT compile calls to certain functions as intrinsics hace 8 años
  jonathanvdc 7fcb4983ce Implement 'call' instructions in the JIT hace 8 años
  jonathanvdc 2972e79df9 Support the 'input' instruction in the JIT hace 8 años
  jonathanvdc 6dd0d6f534 Elide redundant 'pass' before 'raise PrimitiveFinished' hace 8 años
  jonathanvdc ce1c6541d7 Optimize PythonGenerator's append method hace 8 años
  jonathanvdc 43cd62ce69 Optimize temporaries in tree-ir codegen hace 8 años
  jonathanvdc 2b3d0a7544 Merge branch 'jit' of http://msdl.uantwerpen.be/git/jonathanvdc/modelverse into jit hace 8 años
  jonathanvdc 65330d93c3 Improve codegen slightly hace 8 años
  jonathanvdc 30be6a2408 Fix a number of JIT-related issues, implement 'assign' in JIT hace 8 años
  jonathanvdc 4db787a096 Add theoretical JIT support for 'declare', 'global' and 'resolve' hace 8 años
  jonathanvdc 17680bd8fc Optimize 'while True' to 'while 1' hace 8 años
  jonathanvdc 5314e7dd99 Insert a length comment on why NOP_LITERAL works hace 8 años
  jonathanvdc 28acadeb06 Make JIT capable of compiling and running a leaf function hace 8 años
  jonathanvdc d27213658c Add JIT support for 'output' instructions hace 8 años
  jonathanvdc 563da86d42 Start constructing IR trees from method bodies hace 8 años
  jonathanvdc a319c031be Rename ir.py to tree_ir.py hace 8 años