Fixing USING: line of scheduling to remove unnecessary vocabs
parent
e22f66daf4
commit
aae69daa96
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue