Commit History

Upphovsman SHA1 Meddelande Datum
  jonathanvdc 679e2e7b71 Implement __str__, __repr__ for tree_ir.VariableName 8 år sedan
  jonathanvdc 0ed64f1e4c Write prologs and epilogs during CFG construction 8 år sedan
  jonathanvdc af7af750c6 Define __str__, __repr__ overrides for VariableNode 8 år sedan
  jonathanvdc ad49396033 Define LocalNameMap in bytecode_to_tree.py 8 år sedan
  jonathanvdc b43835ab22 Implement CFG flow->tree IR lowering 8 år sedan
  jonathanvdc 6ae853a3fc Print CFG alongside function bodies 8 år sedan
  jonathanvdc 820a780e46 Fix some bugs in CFG construction 8 år sedan
  jonathanvdc 6d36f52bdc Rename 'username' to 'taskname' in runtime.py 8 år sedan
  jonathanvdc a6053705e0 Implement more CFG->tree functionality 8 år sedan
  jonathanvdc 8b35e71fe7 Create preliminary relooper implementation 8 år sedan
  jonathanvdc 7d2b7d2035 Implement experimental bytecode->CFG transformation 8 år sedan
  jonathanvdc 51973d6200 Define bytecode_to_cfg.py skeleton 8 år sedan
  jonathanvdc b33e042b5f Define more CFG instructions 8 år sedan
  jonathanvdc d70b906618 Define function calls in cfg_ir.py 8 år sedan
  jonathanvdc 2b89013a55 Add more __str__ overrides to cfg_ir.py 8 år sedan
  jonathanvdc 80101f101c Create some CFG-IR prototype data structures 8 år sedan
  jonathanvdc fa53041d87 Remove redundant '--kernel=baseline-jit' option 8 år sedan
  jonathanvdc 9c73ac67af Rename 'user_root' to 'task_root' 8 år sedan
  jonathanvdc 26888bd1e0 Merge remote-tracking branch 'yentl/master' into jit 8 år sedan
  jonathanvdc 878ef900e9 Test performance of no-thunks baseline JIT 8 år sedan
  jonathanvdc ae9697cd40 Accept a comma-delimited list of kernel options in the server 8 år sedan
  jonathanvdc 8cc038d626 Use thunks in the JIT 8 år sedan
  jonathanvdc 19172aae71 Fix a bug in bytecode-to-tree tranformation 8 år sedan
  jonathanvdc 8669cc6a4a Add theoretical support for thunks to the JIT 8 år sedan
  jonathanvdc 09509dc250 Define interpret_function_body in the JIT runtime 8 år sedan
  jonathanvdc 7c4f5e16e7 Factor jit_define_function out of jit_recompile 8 år sedan
  jonathanvdc 0109c97676 Factor out create_function from jit_recompile 8 år sedan
  jonathanvdc a256b31114 Refactor jit_compile into three functions 8 år sedan
  jonathanvdc c6d64c410f Map global names to body ids in the JIT instead of the kernel 8 år sedan
  jonathanvdc 32ea339924 Parse bytecode graphs before tree construction in the JIT 8 år sedan