factor/basis/compiler/cfg/ssa/liveness
Joe Groff 935c0797c3 update existing code for [let change 2009-10-27 22:05:37 -05:00
..
liveness-tests.factor compiler.cfg: new system to track when results of analyses need to be recomputed (reverse post order, linear order, predecessors, dominance, loops). Passes can now call needs-predecessors, needs-dominance, needs-loops at the beginning, and cfg-changed, predecessors-changd at the end. Linearization order now takes loop nesting into account, and linear scan now uses linearization order instead of RPO. 2009-08-08 20:02:56 -05:00
liveness.factor update existing code for [let change 2009-10-27 22:05:37 -05:00