Commit History

作者 SHA1 備註 提交日期
  jonathanvdc e8b059d885 Print lowered CFG when the code log is activated 8 年之前
  jonathanvdc 13cdd84064 Generate code that checks if globals exist in CFG construction logic 8 年之前
  jonathanvdc 3d5af736ab Standardize the 'global not found' message between JIT and interpreter 8 年之前
  jonathanvdc ae71d56566 Implement global resolution, declaration in CFG->tree lowering 8 年之前
  jonathanvdc b63b77637c Separate direct and indirect CFG calls 8 年之前
  jonathanvdc dfd4d5bc6c Refactor indirect call analysis 8 年之前
  jonathanvdc 9f77e38393 Define 'binary', 'throw' CFG instructions 8 年之前
  jonathanvdc b2b27d5a0f Implement CFG input, output->tree lowering 8 年之前
  jonathanvdc 78ff4d7528 Refactor input, output tree construction 8 年之前
  jonathanvdc 35ba529c80 Support 'resolve-local', 'load' and 'store' CFG value->tree lowering 8 年之前
  jonathanvdc 68a6dc7d25 Refactor parts of bytecode_to_tree.py 8 年之前
  jonathanvdc fff27feea9 Implement some CFG value->tree lowerings 8 年之前
  jonathanvdc 679e2e7b71 Implement __str__, __repr__ for tree_ir.VariableName 8 年之前
  jonathanvdc 0ed64f1e4c Write prologs and epilogs during CFG construction 8 年之前
  jonathanvdc af7af750c6 Define __str__, __repr__ overrides for VariableNode 8 年之前
  jonathanvdc ad49396033 Define LocalNameMap in bytecode_to_tree.py 8 年之前
  jonathanvdc b43835ab22 Implement CFG flow->tree IR lowering 8 年之前
  jonathanvdc 6ae853a3fc Print CFG alongside function bodies 8 年之前
  jonathanvdc 820a780e46 Fix some bugs in CFG construction 8 年之前
  jonathanvdc 6d36f52bdc Rename 'username' to 'taskname' in runtime.py 8 年之前
  jonathanvdc a6053705e0 Implement more CFG->tree functionality 8 年之前
  jonathanvdc 8b35e71fe7 Create preliminary relooper implementation 8 年之前
  jonathanvdc 7d2b7d2035 Implement experimental bytecode->CFG transformation 8 年之前
  jonathanvdc 51973d6200 Define bytecode_to_cfg.py skeleton 8 年之前
  jonathanvdc b33e042b5f Define more CFG instructions 8 年之前
  jonathanvdc d70b906618 Define function calls in cfg_ir.py 8 年之前
  jonathanvdc 2b89013a55 Add more __str__ overrides to cfg_ir.py 8 年之前
  jonathanvdc 80101f101c Create some CFG-IR prototype data structures 8 年之前
  jonathanvdc fa53041d87 Remove redundant '--kernel=baseline-jit' option 8 年之前
  jonathanvdc 9c73ac67af Rename 'user_root' to 'task_root' 8 年之前