]> gitweb.factorcode.org Git - factor.git/commit
compiler.cfg.linear-scan.live-intervals: the reg-class slot can be
authorBjörn Lindqvist <bjourne@gmail.com>
Mon, 14 Sep 2015 16:49:18 +0000 (18:49 +0200)
committerBjörn Lindqvist <bjourne@gmail.com>
Tue, 22 Sep 2015 06:51:04 +0000 (08:51 +0200)
commitfb45bc278f092f288dd2d48ff999d1a0af830a03
treedd67df6f4604f14ea4698f81ebb141e9d9433d48
parent68c6654763073d3f4d9d87ea6bf7e7d85b6d0910
compiler.cfg.linear-scan.live-intervals: the reg-class slot can be
removed

it's always the same as vreg>> rep-of reg-class-of so no need to store
that data twice
basis/compiler/cfg/linear-scan/allocation/allocation-tests.factor
basis/compiler/cfg/linear-scan/allocation/allocation.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-tests.factor
basis/compiler/cfg/linear-scan/linear-scan-tests.factor
basis/compiler/cfg/linear-scan/live-intervals/live-intervals-docs.factor
basis/compiler/cfg/linear-scan/live-intervals/live-intervals-tests.factor
basis/compiler/cfg/linear-scan/live-intervals/live-intervals.factor