Historique des commits

Auteur SHA1 Message Date
  jonathanvdc 39439a0801 Merge blocks before constructing SSA form il y a 8 ans
  jonathanvdc 038513279c Expand definitions after merging blocks in the CFG pass pipeline il y a 8 ans
  jonathanvdc 11e8935062 Postpone CFG JIT intrinsic expansion in the pass pipeline il y a 8 ans
  jonathanvdc b8f4673134 Fix some minor issues in cfg_{optimization,to_tree}.py il y a 8 ans
  jonathanvdc dd7dc07414 Get fast-jit to work on normal Python il y a 8 ans
  jonathanvdc 1233035cc5 Optimize cfg_optimization.elide_local_checks il y a 8 ans
  jonathanvdc 758858462a Respect jit.allow_direct_calls in fast-jit il y a 8 ans
  jonathanvdc 175d8ab3b8 Evaluate constant unaries in the CFG optimizer il y a 8 ans
  jonathanvdc 444de619be Fix another thunk-related bug il y a 8 ans
  jonathanvdc 44fea9402b Give JIT intrinsics the jit-no-gc calling convention il y a 8 ans
  jonathanvdc 77eee2f563 Strategically insert GC protects il y a 8 ans
  jonathanvdc ff2cea223f Introduce the concept of bidirectional dependencies in CFG IR, define cfg_ir.CreateEdge il y a 8 ans
  jonathanvdc 7e7be8ad44 Optimize the dict iteration idiom in fast-JIT il y a 8 ans
  jonathanvdc cafe269b87 Optimize repeated reads in CFG IR il y a 8 ans
  jonathanvdc f1b61d8c23 Re-write the block-merging optimization il y a 8 ans
  jonathanvdc 78848e484f Fix a number of CFG JIT bugs il y a 8 ans
  jonathanvdc d4b2b211bf Nullify entry point block parameters after SSA construction il y a 8 ans
  jonathanvdc 4f0a90a2b4 Allow DCE to eliminate unused block parameters il y a 8 ans
  jonathanvdc caf77fdacf Expand indirect definitions before CFG->tree lowering il y a 8 ans
  jonathanvdc d4eeb6885c Move some CFG algorithms into cfg_ir il y a 8 ans
  jonathanvdc 3b2e587f40 Perform constant reads at compile-time, even for CFGs il y a 8 ans
  jonathanvdc d37555641a Implement a value-simplifying optimization for the CFG JIT il y a 8 ans
  jonathanvdc 585d8a49b6 Apply CFG JIT intrinsics to function calls il y a 8 ans
  jonathanvdc 9455b09446 Make the optimize_calls optimization more powerful il y a 8 ans
  jonathanvdc eed575c550 Delete debug statement il y a 8 ans
  jonathanvdc ee38409027 Implement trivial phi elimination il y a 8 ans
  jonathanvdc cc101d3772 Add an optimization that replaces indirect calls by direct calls il y a 8 ans
  jonathanvdc 8070513740 Fix a bug in check-local-exists elision il y a 8 ans
  jonathanvdc bd5abe76ac Implement the CFG block merging optimization il y a 8 ans
  jonathanvdc 004bcdc1e5 Implement dead code elimination for CFGs il y a 8 ans