jonathanvdc 247ae19d89 Create a module that computes dominator trees for CFGs 8 years ago
..
__init__.py c2517c0d60 Insert JIT hooks in the kernel 8 years ago
bytecode_ir.py af7af750c6 Define __str__, __repr__ overrides for VariableNode 8 years ago
bytecode_parser.py 29f2a59977 Fix a couple of bugs in the bytecode parser 8 years ago
bytecode_to_cfg.py ce653f6424 Read node values before branching on them (CFG construction) 8 years ago
bytecode_to_tree.py 3d5af736ab Standardize the 'global not found' message between JIT and interpreter 8 years ago
cfg_dominators.py 247ae19d89 Create a module that computes dominator trees for CFGs 8 years ago
cfg_ir.py ce653f6424 Read node values before branching on them (CFG construction) 8 years ago
cfg_optimization.py 8e3512c898 Optimize CFG flow before lowering 8 years ago
cfg_to_tree.py ce653f6424 Read node values before branching on them (CFG construction) 8 years ago
intrinsics.py 9c73ac67af Rename 'user_root' to 'task_root' 8 years ago
jit.py 8e3512c898 Optimize CFG flow before lowering 8 years ago
jit_primitives.py d86750fad0 Define JIT primitives 8 years ago
runtime.py 3d5af736ab Standardize the 'global not found' message between JIT and interpreter 8 years ago
tree_ir.py 9974711da9 Optimize if/else if to if/elif in tree_ir 8 years ago