]> gitweb.factorcode.org Git - factor.git/commit
compiler.cfg.linear-scan.*: removed start and end from live-interval-state
authorBjörn Lindqvist <bjourne@gmail.com>
Fri, 1 Apr 2016 04:08:40 +0000 (06:08 +0200)
committerBjörn Lindqvist <bjourne@gmail.com>
Fri, 1 Apr 2016 17:16:35 +0000 (19:16 +0200)
commit76be7b54eddf32fddf3863a045e5ad657b0fd7cb
treeaa7d223854de65a8bf1377c035d00d5a92f79dfd
parentc09312d88164458f17cd44cc40602fa6f342cff2
compiler.cfg.linear-scan.*: removed start and end from live-interval-state

They weren't needed because start>> was always equal to ranges min and
end>> ranges max
basis/compiler/cfg/linear-scan/allocation/allocation-tests.factor
basis/compiler/cfg/linear-scan/allocation/allocation.factor
basis/compiler/cfg/linear-scan/allocation/spilling/spilling-tests.factor
basis/compiler/cfg/linear-scan/allocation/spilling/spilling.factor
basis/compiler/cfg/linear-scan/allocation/splitting/splitting.factor
basis/compiler/cfg/linear-scan/allocation/state/state-tests.factor
basis/compiler/cfg/linear-scan/allocation/state/state.factor
basis/compiler/cfg/linear-scan/assignment/assignment.factor
basis/compiler/cfg/linear-scan/linear-scan-tests.factor
basis/compiler/cfg/linear-scan/live-intervals/live-intervals-tests.factor
basis/compiler/cfg/linear-scan/live-intervals/live-intervals.factor