Fixing USING: line of scheduling to remove unnecessary vocabs

db4
Daniel Ehrenberg 2010-04-05 15:45:06 -05:00
parent e22f66daf4
commit aae69daa96
1 changed files with 3 additions and 7 deletions

View File

@ -1,13 +1,9 @@
! Copyright (C) 2009, 2010 Daniel Ehrenberg. ! Copyright (C) 2009, 2010 Daniel Ehrenberg.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors assocs combinators compiler.cfg.def-use USING: accessors arrays assocs compiler.cfg.def-use
compiler.cfg.dependence compiler.cfg.instructions compiler.cfg.dependence compiler.cfg.instructions
compiler.cfg.registers compiler.cfg.rpo continuations compiler.cfg.liveness compiler.cfg.rpo cpu.architecture fry
cpu.architecture fry hashtables kernel locals math math.order kernel locals make math namespaces sequences sets ;
namespaces random sequences sets vectors literals make
arrays
compiler.cfg.liveness
compiler.cfg.liveness.ssa ;
IN: compiler.cfg.scheduling IN: compiler.cfg.scheduling
! Instruction scheduling to reduce register pressure, from: ! Instruction scheduling to reduce register pressure, from: