Commit történet

Szerző SHA1 Üzenet Dátum
  jonathanvdc fbd3c35529 Merge blocks before constructing SSA form 8 éve
  jonathanvdc 835933a3cd Expand definitions after merging blocks in the CFG pass pipeline 8 éve
  jonathanvdc 828a12714d Postpone CFG JIT intrinsic expansion in the pass pipeline 8 éve
  jonathanvdc 5943ae6bd3 Fix some minor issues in cfg_{optimization,to_tree}.py 8 éve
  jonathanvdc 7b4a5a94b7 Get fast-jit to work on normal Python 8 éve
  jonathanvdc 9b1437dc0e Optimize cfg_optimization.elide_local_checks 8 éve
  jonathanvdc 68e8dce1ad Respect jit.allow_direct_calls in fast-jit 8 éve
  jonathanvdc b420d58b42 Evaluate constant unaries in the CFG optimizer 8 éve
  jonathanvdc 4e99a21877 Fix another thunk-related bug 8 éve
  jonathanvdc 2df18a921c Give JIT intrinsics the jit-no-gc calling convention 8 éve
  jonathanvdc 4fd68c8951 Strategically insert GC protects 8 éve
  jonathanvdc db819b9eba Introduce the concept of bidirectional dependencies in CFG IR, define cfg_ir.CreateEdge 8 éve
  jonathanvdc 556781dd38 Optimize the dict iteration idiom in fast-JIT 8 éve
  jonathanvdc 540c727d10 Optimize repeated reads in CFG IR 8 éve
  jonathanvdc 2a077896c6 Re-write the block-merging optimization 8 éve
  jonathanvdc 7ece5c8296 Fix a number of CFG JIT bugs 8 éve
  jonathanvdc c8a432c739 Nullify entry point block parameters after SSA construction 8 éve
  jonathanvdc 73ec6df3b4 Allow DCE to eliminate unused block parameters 8 éve
  jonathanvdc f7ffb9394d Expand indirect definitions before CFG->tree lowering 8 éve
  jonathanvdc a0f8467006 Move some CFG algorithms into cfg_ir 8 éve
  jonathanvdc 6bbca23196 Perform constant reads at compile-time, even for CFGs 8 éve
  jonathanvdc 5f5489b5f2 Implement a value-simplifying optimization for the CFG JIT 8 éve
  jonathanvdc 5f330045d4 Apply CFG JIT intrinsics to function calls 8 éve
  jonathanvdc f1fa1e669f Make the optimize_calls optimization more powerful 8 éve
  jonathanvdc 8b51fb92c1 Delete debug statement 8 éve
  jonathanvdc 70b79c679c Implement trivial phi elimination 8 éve
  jonathanvdc aaf866c85d Add an optimization that replaces indirect calls by direct calls 8 éve
  jonathanvdc 3f36859158 Fix a bug in check-local-exists elision 8 éve
  jonathanvdc 6347ecdd1d Implement the CFG block merging optimization 8 éve
  jonathanvdc f80b5a57ca Implement dead code elimination for CFGs 8 éve