]> gitweb.factorcode.org Git - factor.git/commit
stack-checker.*: removes the in-d and out-d slots from the alien-node-params tuple
authorBjörn Lindqvist <bjourne@gmail.com>
Thu, 4 Aug 2016 16:21:54 +0000 (18:21 +0200)
committerBjörn Lindqvist <bjourne@gmail.com>
Thu, 4 Aug 2016 18:30:58 +0000 (20:30 +0200)
commite67745aabab4b2e7ebcc17d15b721edbddde496c
tree3420e95af5ca90c697e67f369c725ce081f0ebe8
parent8d982780f576e6ee7c02ea1bfa0ebfc095e8b25f
stack-checker.*: removes the in-d and out-d slots from the alien-node-params tuple

That data is already on the #alien-node tuple so it doesn't need to be
stored twice.
basis/compiler/cfg/builder/alien/alien-tests.factor
basis/compiler/tree/tree.factor
basis/stack-checker/alien/alien.factor
basis/stack-checker/visitor/dummy/dummy.factor
basis/stack-checker/visitor/visitor.factor