Historie revizí

Autor SHA1 Zpráva Datum
  jonathanvdc ce653f6424 Read node values before branching on them (CFG construction) před 8 roky
  jonathanvdc 8e3512c898 Optimize CFG flow before lowering před 8 roky
  jonathanvdc d1f4954521 Fix a bug in CFG lowering před 8 roky
  jonathanvdc f125820f06 Print jitted function definitions before exec'ing them před 8 roky
  jonathanvdc 9974711da9 Optimize if/else if to if/elif in tree_ir před 8 roky
  jonathanvdc e8b059d885 Print lowered CFG when the code log is activated před 8 roky
  jonathanvdc 13cdd84064 Generate code that checks if globals exist in CFG construction logic před 8 roky
  jonathanvdc 3d5af736ab Standardize the 'global not found' message between JIT and interpreter před 8 roky
  jonathanvdc ae71d56566 Implement global resolution, declaration in CFG->tree lowering před 8 roky
  jonathanvdc b63b77637c Separate direct and indirect CFG calls před 8 roky
  jonathanvdc dfd4d5bc6c Refactor indirect call analysis před 8 roky
  jonathanvdc 9f77e38393 Define 'binary', 'throw' CFG instructions před 8 roky
  jonathanvdc b2b27d5a0f Implement CFG input, output->tree lowering před 8 roky
  jonathanvdc 78ff4d7528 Refactor input, output tree construction před 8 roky
  jonathanvdc 35ba529c80 Support 'resolve-local', 'load' and 'store' CFG value->tree lowering před 8 roky
  jonathanvdc 68a6dc7d25 Refactor parts of bytecode_to_tree.py před 8 roky
  jonathanvdc fff27feea9 Implement some CFG value->tree lowerings před 8 roky
  jonathanvdc 679e2e7b71 Implement __str__, __repr__ for tree_ir.VariableName před 8 roky
  jonathanvdc 0ed64f1e4c Write prologs and epilogs during CFG construction před 8 roky
  jonathanvdc af7af750c6 Define __str__, __repr__ overrides for VariableNode před 8 roky
  jonathanvdc ad49396033 Define LocalNameMap in bytecode_to_tree.py před 8 roky
  jonathanvdc b43835ab22 Implement CFG flow->tree IR lowering před 8 roky
  jonathanvdc 6ae853a3fc Print CFG alongside function bodies před 8 roky
  jonathanvdc 820a780e46 Fix some bugs in CFG construction před 8 roky
  jonathanvdc 6d36f52bdc Rename 'username' to 'taskname' in runtime.py před 8 roky
  jonathanvdc a6053705e0 Implement more CFG->tree functionality před 8 roky
  jonathanvdc 8b35e71fe7 Create preliminary relooper implementation před 8 roky
  jonathanvdc 7d2b7d2035 Implement experimental bytecode->CFG transformation před 8 roky
  jonathanvdc 51973d6200 Define bytecode_to_cfg.py skeleton před 8 roky
  jonathanvdc b33e042b5f Define more CFG instructions před 8 roky