]> gitweb.factorcode.org Git - factor.git/commit
compiler.cfg.liveness: refactoring so that words that doesn't modify
authorBjörn Lindqvist <bjourne@gmail.com>
Thu, 16 Apr 2015 06:56:23 +0000 (08:56 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 29 Apr 2015 16:31:57 +0000 (09:31 -0700)
commita17e943e88dfa8b293368ffdba0b0a09d1485f70
treefe6616c0b071ecfd5313ba7feca351f1481477d6
parentc876d79b9d02db1536197651b408cc0183a3e61f
compiler.cfg.liveness: refactoring so that words that doesn't modify
the live-set doesnt return it

e.g it's clearer when the effect is ( live-set insn -- ) than ( live-set insn -- live-set ) that the live-set is modified in place
basis/compiler/cfg/liveness/liveness-tests.factor
basis/compiler/cfg/liveness/liveness.factor