]> gitweb.factorcode.org Git - factor.git/commit
Redesign compiler.cfg.stack-analysis to make compiler.cfg.height redundant, and to...
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 26 Jun 2009 22:29:55 +0000 (17:29 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 26 Jun 2009 22:29:55 +0000 (17:29 -0500)
commit96baede36a78602abac1a2b964303ef8c6cdbb39
tree28f54060c2d2c7c538068900bddd55bab10e33ff
parent12a672b9f16d9cb4968caab98db5102f8058a450
Redesign compiler.cfg.stack-analysis to make compiler.cfg.height redundant, and to fix some problems
13 files changed:
basis/compiler/cfg/debugger/debugger.factor
basis/compiler/cfg/height/height.factor [deleted file]
basis/compiler/cfg/height/summary.txt [deleted file]
basis/compiler/cfg/linear-scan/debugger/debugger.factor
basis/compiler/cfg/linear-scan/linear-scan-tests.factor
basis/compiler/cfg/linear-scan/resolve/resolve-tests.factor
basis/compiler/cfg/optimizer/optimizer.factor
basis/compiler/cfg/registers/registers.factor
basis/compiler/cfg/stack-analysis/merge/merge-tests.factor [new file with mode: 0644]
basis/compiler/cfg/stack-analysis/merge/merge.factor
basis/compiler/cfg/stack-analysis/stack-analysis-tests.factor
basis/compiler/cfg/stack-analysis/stack-analysis.factor
basis/compiler/cfg/stack-analysis/state/state.factor