Geçmişin Kaydedilmesi

Yazar SHA1 Mesaj Tarih
  jonathanvdc a6a35c2b85 Support 'resolve-local', 'load' and 'store' CFG value->tree lowering 9 yıl önce
  jonathanvdc 1476e601ce Refactor parts of bytecode_to_tree.py 9 yıl önce
  jonathanvdc cd3df575f2 Implement some CFG value->tree lowerings 9 yıl önce
  jonathanvdc 06569ed74d Implement __str__, __repr__ for tree_ir.VariableName 9 yıl önce
  jonathanvdc 17f514e7cd Write prologs and epilogs during CFG construction 9 yıl önce
  jonathanvdc eac79f91d0 Define __str__, __repr__ overrides for VariableNode 9 yıl önce
  jonathanvdc dd9888b71a Define LocalNameMap in bytecode_to_tree.py 9 yıl önce
  jonathanvdc 65bdb4ccaf Implement CFG flow->tree IR lowering 9 yıl önce
  jonathanvdc 7be2d56c79 Print CFG alongside function bodies 9 yıl önce
  jonathanvdc 2f5285a5f1 Fix some bugs in CFG construction 9 yıl önce
  jonathanvdc 57cbf2bb08 Rename 'username' to 'taskname' in runtime.py 9 yıl önce
  jonathanvdc fce5f91d8c Implement more CFG->tree functionality 9 yıl önce
  jonathanvdc a359115a75 Create preliminary relooper implementation 9 yıl önce
  jonathanvdc 1b4bd9f5c3 Implement experimental bytecode->CFG transformation 9 yıl önce
  jonathanvdc a322c1c039 Define bytecode_to_cfg.py skeleton 9 yıl önce
  jonathanvdc cede1166a7 Define more CFG instructions 9 yıl önce
  jonathanvdc 6e7277b0c6 Define function calls in cfg_ir.py 9 yıl önce
  jonathanvdc bc849a18bc Add more __str__ overrides to cfg_ir.py 9 yıl önce
  jonathanvdc a41240380f Create some CFG-IR prototype data structures 9 yıl önce
  jonathanvdc ef70578510 Remove redundant '--kernel=baseline-jit' option 9 yıl önce
  jonathanvdc ddf162c025 Rename 'user_root' to 'task_root' 9 yıl önce
  jonathanvdc 79860af948 Merge remote-tracking branch 'yentl/master' into jit 9 yıl önce
  jonathanvdc f134ef441d Test performance of no-thunks baseline JIT 9 yıl önce
  jonathanvdc 7679725903 Accept a comma-delimited list of kernel options in the server 9 yıl önce
  jonathanvdc 18a7dc7f61 Use thunks in the JIT 9 yıl önce
  jonathanvdc 7324bf738d Fix a bug in bytecode-to-tree tranformation 9 yıl önce
  jonathanvdc 6c11fe3123 Add theoretical support for thunks to the JIT 9 yıl önce
  jonathanvdc 4b20cd2d24 Define interpret_function_body in the JIT runtime 9 yıl önce
  jonathanvdc cadc7c9226 Factor jit_define_function out of jit_recompile 9 yıl önce
  jonathanvdc 75b93b4246 Factor out create_function from jit_recompile 9 yıl önce