| .. |
|
__init__.py
|
0bb047fb9c
Insert JIT hooks in the kernel
|
9 years ago |
|
bytecode_ir.py
|
eac79f91d0
Define __str__, __repr__ overrides for VariableNode
|
9 years ago |
|
bytecode_parser.py
|
6fecb551fa
Fix a couple of bugs in the bytecode parser
|
9 years ago |
|
bytecode_to_cfg.py
|
1fc862e7d1
Generate code that checks if globals exist in CFG construction logic
|
9 years ago |
|
bytecode_to_tree.py
|
eb6b42526d
Standardize the 'global not found' message between JIT and interpreter
|
9 years ago |
|
cfg_ir.py
|
c778747008
Separate direct and indirect CFG calls
|
9 years ago |
|
cfg_optimization.py
|
a359115a75
Create preliminary relooper implementation
|
9 years ago |
|
cfg_to_tree.py
|
9bbb8cc738
Print lowered CFG when the code log is activated
|
9 years ago |
|
intrinsics.py
|
ddf162c025
Rename 'user_root' to 'task_root'
|
9 years ago |
|
jit.py
|
9e9717213a
Print jitted function definitions before exec'ing them
|
9 years ago |
|
jit_primitives.py
|
37dd973b33
Define JIT primitives
|
9 years ago |
|
runtime.py
|
eb6b42526d
Standardize the 'global not found' message between JIT and interpreter
|
9 years ago |
|
tree_ir.py
|
cedb927953
Optimize if/else if to if/elif in tree_ir
|
9 years ago |