factor/basis/compiler/cfg/branch-splitting
Björn Lindqvist 8744d908b6 compiler.cfg.*: fix stack effect of compiler passes in optimize-cfg
since they all modify the cfg in place, it is better if their stack
effect is ( cfg -- ) instead of ( cfg -- cfg' )
2014-12-11 14:30:45 +01:00
..
authors.txt add branch splitting pass to compiler.cfg 2009-06-30 15:31:48 -05:00
branch-splitting-tests.factor compiler.*: use block>cfg and insns>block in many tests instead of wordier code 2014-11-22 17:31:38 -08:00
branch-splitting.factor compiler.cfg.*: fix stack effect of compiler passes in optimize-cfg 2014-12-11 14:30:45 +01:00