.. |
__init__.py
|
0bb047fb9c
Insert JIT hooks in the kernel
|
преди 8 години |
bytecode_ir.py
|
eac79f91d0
Define __str__, __repr__ overrides for VariableNode
|
преди 8 години |
bytecode_parser.py
|
6fecb551fa
Fix a couple of bugs in the bytecode parser
|
преди 8 години |
bytecode_to_cfg.py
|
a3dcaa74a1
Include function parameters in CFG IR prologs
|
преди 8 години |
bytecode_to_tree.py
|
eb6b42526d
Standardize the 'global not found' message between JIT and interpreter
|
преди 8 години |
cfg_dominators.py
|
4f4a848ee6
Fix bug in the dominator tree construction algorithm
|
преди 8 години |
cfg_ir.py
|
70b79c679c
Implement trivial phi elimination
|
преди 8 години |
cfg_optimization.py
|
70b79c679c
Implement trivial phi elimination
|
преди 8 години |
cfg_to_tree.py
|
a3dcaa74a1
Include function parameters in CFG IR prologs
|
преди 8 години |
intrinsics.py
|
ddf162c025
Rename 'user_root' to 'task_root'
|
преди 8 години |
jit.py
|
aaf866c85d
Add an optimization that replaces indirect calls by direct calls
|
преди 8 години |
jit_primitives.py
|
37dd973b33
Define JIT primitives
|
преди 8 години |
runtime.py
|
eb6b42526d
Standardize the 'global not found' message between JIT and interpreter
|
преди 8 години |
tree_ir.py
|
cedb927953
Optimize if/else if to if/elif in tree_ir
|
преди 8 години |