jonathanvdc a8366add63 Create a module that computes dominator trees for CFGs 8 роки тому
..
__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 ee5dfbee5d Read node values before branching on them (CFG construction) 8 роки тому
bytecode_to_tree.py eb6b42526d Standardize the 'global not found' message between JIT and interpreter 8 роки тому
cfg_dominators.py a8366add63 Create a module that computes dominator trees for CFGs 8 роки тому
cfg_ir.py ee5dfbee5d Read node values before branching on them (CFG construction) 8 роки тому
cfg_optimization.py 95f6704a5e Optimize CFG flow before lowering 8 роки тому
cfg_to_tree.py ee5dfbee5d Read node values before branching on them (CFG construction) 8 роки тому
intrinsics.py ddf162c025 Rename 'user_root' to 'task_root' 8 роки тому
jit.py 95f6704a5e Optimize CFG flow before lowering 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 роки тому