]> gitweb.factorcode.org Git - factor.git/commit
Working on sparse conditional constant propagation and untupling
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 24 Jul 2008 04:50:21 +0000 (23:50 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 24 Jul 2008 04:50:21 +0000 (23:50 -0500)
commit972619f50f531de609dfd4bb8e7aaf498b46eba5
treec58046b6292d5bdb7d5871129a45ba78193ac54b
parentef1e8ee8f63888d0def837c00962af4a2858619a
Working on sparse conditional constant propagation and untupling
36 files changed:
unfinished/compiler/frontend/frontend-docs.factor [deleted file]
unfinished/compiler/frontend/frontend-tests.factor [deleted file]
unfinished/compiler/frontend/frontend.factor [deleted file]
unfinished/compiler/tree/builder/builder-docs.factor [new file with mode: 0644]
unfinished/compiler/tree/builder/builder-tests.factor [new file with mode: 0644]
unfinished/compiler/tree/builder/builder.factor
unfinished/compiler/tree/co [new file with mode: 0644]
unfinished/compiler/tree/combinators/combinators-tests.factor
unfinished/compiler/tree/combinators/combinators.factor
unfinished/compiler/tree/comparisons/comparisons.factor [new file with mode: 0644]
unfinished/compiler/tree/copy-equiv/copy-equiv.factor [new file with mode: 0644]
unfinished/compiler/tree/dead-code/dead-code-tests.factor
unfinished/compiler/tree/dead-code/dead-code.factor
unfinished/compiler/tree/def-use/def-use-tests.factor
unfinished/compiler/tree/def-use/def-use.factor
unfinished/compiler/tree/dfa/backward/backward.factor [new file with mode: 0644]
unfinished/compiler/tree/dfa/dfa.factor [new file with mode: 0644]
unfinished/compiler/tree/propagation/branches/branches.factor
unfinished/compiler/tree/propagation/constraints/constraints.factor
unfinished/compiler/tree/propagation/info/info-tests.factor
unfinished/compiler/tree/propagation/info/info.factor
unfinished/compiler/tree/propagation/known-words/known-words.factor
unfinished/compiler/tree/propagation/nodes/nodes.factor
unfinished/compiler/tree/propagation/propagation-tests.factor
unfinished/compiler/tree/propagation/propagation.factor
unfinished/compiler/tree/propagation/recursive/recursive.factor
unfinished/compiler/tree/propagation/simple/simple.factor
unfinished/compiler/tree/tree.factor
unfinished/compiler/tree/untupling/untupling-tests.factor [new file with mode: 0644]
unfinished/compiler/tree/untupling/untupling.factor [new file with mode: 0644]
unfinished/stack-checker/backend/backend.factor
unfinished/stack-checker/branches/branches.factor
unfinished/stack-checker/inlining/inlining.factor
unfinished/stack-checker/known-words/known-words.factor
unfinished/stack-checker/visitor/dummy/dummy.factor
unfinished/stack-checker/visitor/visitor.factor