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