Historique des commits

Auteur SHA1 Message Date
  jonathanvdc ee99c30325 Elide redundant 'pass' before 'raise PrimitiveFinished' il y a 8 ans
  jonathanvdc 1b597a3b83 Optimize PythonGenerator's append method il y a 8 ans
  jonathanvdc 60b60b805f Optimize temporaries in tree-ir codegen il y a 8 ans
  jonathanvdc 629f012d60 Merge branch 'jit' of http://msdl.uantwerpen.be/git/jonathanvdc/modelverse into jit il y a 8 ans
  jonathanvdc 02813ad728 Improve codegen slightly il y a 8 ans
  jonathanvdc 9a2f5c88cd Fix a number of JIT-related issues, implement 'assign' in JIT il y a 8 ans
  jonathanvdc 237877daea Add theoretical JIT support for 'declare', 'global' and 'resolve' il y a 8 ans
  jonathanvdc cfb552fff4 Optimize 'while True' to 'while 1' il y a 8 ans
  jonathanvdc 1ed4d6add2 Change some exception variable names il y a 8 ans
  jonathanvdc 03eea8ad27 Support 'if' without an 'else' branch in the JIT il y a 8 ans
  jonathanvdc 6b0321802f Fix a comment il y a 8 ans
  jonathanvdc 2f85d99833 Add PrimitiveFinished to JIT globals il y a 8 ans
  jonathanvdc 7caaaa62fd Insert a length comment on why NOP_LITERAL works il y a 8 ans
  jonathanvdc 28062d4561 Make JIT capable of compiling and running a leaf function il y a 8 ans
  jonathanvdc d9d4f2ae3a Protect against non-tree graphs in JIT il y a 8 ans
  jonathanvdc fe341663b6 Add JIT support for 'output' instructions il y a 8 ans
  jonathanvdc 39ae0c54ca Support 'while' in the JIT il y a 8 ans
  jonathanvdc 745a1b96cb Support 'next' edges on arbitrary nodes in the JIT il y a 8 ans
  jonathanvdc 6924b13c2a Start constructing IR trees from method bodies il y a 8 ans
  jonathanvdc 19b9d18d1f Remove debug print statement il y a 8 ans
  jonathanvdc c2517c0d60 Insert JIT hooks in the kernel il y a 8 ans
  jonathanvdc bb3f1069c6 Rename ir.py to tree_ir.py il y a 8 ans
  jonathanvdc 2037bda510 Satisfy linter with ir.py il y a 8 ans
  jonathanvdc 16fd903ba6 Define LiteralInstruction, Instruction.has_definition il y a 8 ans
  jonathanvdc 9c157185e0 Implement simplify in more IR nodes il y a 8 ans
  jonathanvdc 92b334db19 Start working on an IR prototype il y a 8 ans
  Yentl Van Tendeloo 10633dcc22 Fixed bootstrap file il y a 8 ans
  Yentl Van Tendeloo a5ab6e5e6b Fixed problem in bootstrap il y a 8 ans
  Yentl Van Tendeloo 2b60d7d576 Fixed state selection il y a 8 ans
  Yentl Van Tendeloo c3e9b2ae69 Working simulation of FSA il y a 8 ans