factor/basis/compiler/cfg/linear-scan/allocation
Slava Pestov 03e70d1aa9 remq -> remove-eq, delq -> remove-eq! 2009-10-28 00:23:08 -05:00
..
spilling delete-nth -> remove-nth! 2009-10-27 23:41:57 -05:00
splitting compiler.cfg: convert code into two-operand form before SSA destruction; SSA destruction now operates on a relaxed SSA form where multiple defs of the same vreg are allowed, but only within a single basic block. This makes linear scan's coalescing redundant, allowing it to be removed completely 2009-08-05 18:57:46 -05:00
state remq -> remove-eq, delq -> remove-eq! 2009-10-28 00:23:08 -05:00
allocation.factor compiler.cfg.linear-scan: fix partial sync point logic in case where dst == src, and clean up spilling code 2009-09-27 19:28:20 -05:00
summary.txt