コミット履歴

作者 SHA1 メッセージ 日付
  jonathanvdc 93d41356f1 Fix string encoding in perf2tex 8 年 前
  jonathanvdc e0fc0d4cfa Add a performance test for the dict iteration idiom 8 年 前
  jonathanvdc 7e7be8ad44 Optimize the dict iteration idiom in fast-JIT 8 年 前
  jonathanvdc 6c26ae5fc8 Optimize for small functions in CFG->tree lowering 8 年 前
  jonathanvdc f8a767f479 Make cast intrinsics CFG intrinsics too 8 年 前
  jonathanvdc cafe269b87 Optimize repeated reads in CFG IR 8 年 前
  jonathanvdc 99f5a9e358 Use a simpler instruction scheduler 8 年 前
  jonathanvdc f1b61d8c23 Re-write the block-merging optimization 8 年 前
  jonathanvdc 44cb1315d4 Make unreachable throw an Exception instance 8 年 前
  jonathanvdc c79c3e9e1d Add additional CFG construction assertions 8 年 前
  jonathanvdc dc5430682f Use tuple statements during CFG->tree lowering 8 年 前
  jonathanvdc 2bfe0c2625 Define a tuple assignment tree IR node 8 年 前
  jonathanvdc fb9b2be0a1 Make scheduling code iterative instead of recursive 8 年 前
  jonathanvdc 78848e484f Fix a number of CFG JIT bugs 8 年 前
  jonathanvdc 8e1fd2ecdd Implement tracing in the fast JIT 8 年 前
  jonathanvdc 551518d709 Correct the assumption that every tree_ir node returns a temporary 8 年 前
  jonathanvdc d6ff4c9519 Create a 'macro-positional' calling convention, 'print' macro 8 年 前
  jonathanvdc d4b2b211bf Nullify entry point block parameters after SSA construction 8 年 前
  jonathanvdc 4f0a90a2b4 Allow DCE to eliminate unused block parameters 8 年 前
  jonathanvdc 82967407c6 Fix a bug in SSA construction 8 年 前
  jonathanvdc 5c4b828e5f Fix a bug in the instruction scheduling algorithm 8 年 前
  jonathanvdc caf77fdacf Expand indirect definitions before CFG->tree lowering 8 年 前
  jonathanvdc d0f5a632bc Add a 'create' method to every CFG Instruction 8 年 前
  jonathanvdc bd107ed8b4 Define some simple CFG JIT intrinsics 8 年 前
  jonathanvdc 59076f6d8a Implement SSA form construction 8 年 前
  jonathanvdc d4eeb6885c Move some CFG algorithms into cfg_ir 8 年 前
  jonathanvdc d59c9ffb23 Add a --kernel=fast-jit option to the server 8 年 前
  jonathanvdc 7deb185691 Allow the kernel to switch between baseline and complex JIT 8 年 前
  jonathanvdc 74042ce25a Fix some miscellaneous cfg_to_tree bugs 8 年 前
  jonathanvdc f9ecb70bdf Refactor bytecode_to_tree.retrieve_task_root 8 年 前