jonathanvdc ae71d56566 Implement global resolution, declaration in CFG->tree lowering 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 b63b77637c Separate direct and indirect CFG calls 8 years ago
bytecode_to_tree.py dfd4d5bc6c Refactor indirect call analysis 8 years ago
cfg_ir.py b63b77637c Separate direct and indirect CFG calls 8 years ago
cfg_optimization.py 8b35e71fe7 Create preliminary relooper implementation 8 years ago
cfg_to_tree.py ae71d56566 Implement global resolution, declaration in CFG->tree lowering 8 years ago
intrinsics.py 9c73ac67af Rename 'user_root' to 'task_root' 8 years ago
jit.py 6ae853a3fc Print CFG alongside function bodies 8 years ago
jit_primitives.py d86750fad0 Define JIT primitives 8 years ago
runtime.py 6d36f52bdc Rename 'username' to 'taskname' in runtime.py 8 years ago
tree_ir.py 679e2e7b71 Implement __str__, __repr__ for tree_ir.VariableName 8 years ago