jonathanvdc
|
143ad1a6be
Support the 'input' instruction in the JIT
|
8 years ago |
jonathanvdc
|
ee99c30325
Elide redundant 'pass' before 'raise PrimitiveFinished'
|
8 years ago |
jonathanvdc
|
1b597a3b83
Optimize PythonGenerator's append method
|
8 years ago |
jonathanvdc
|
60b60b805f
Optimize temporaries in tree-ir codegen
|
8 years ago |
jonathanvdc
|
629f012d60
Merge branch 'jit' of http://msdl.uantwerpen.be/git/jonathanvdc/modelverse into jit
|
8 years ago |
jonathanvdc
|
02813ad728
Improve codegen slightly
|
8 years ago |
jonathanvdc
|
9a2f5c88cd
Fix a number of JIT-related issues, implement 'assign' in JIT
|
8 years ago |
jonathanvdc
|
237877daea
Add theoretical JIT support for 'declare', 'global' and 'resolve'
|
8 years ago |
jonathanvdc
|
cfb552fff4
Optimize 'while True' to 'while 1'
|
8 years ago |
jonathanvdc
|
7caaaa62fd
Insert a length comment on why NOP_LITERAL works
|
8 years ago |
jonathanvdc
|
28062d4561
Make JIT capable of compiling and running a leaf function
|
8 years ago |
jonathanvdc
|
fe341663b6
Add JIT support for 'output' instructions
|
8 years ago |
jonathanvdc
|
6924b13c2a
Start constructing IR trees from method bodies
|
8 years ago |
jonathanvdc
|
bb3f1069c6
Rename ir.py to tree_ir.py
|
8 years ago |