Commit Verlauf

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