Fixing scheduling for compiler changes
parent
b02208ceb2
commit
4f66732c36
|
@ -8,7 +8,7 @@ IN: compiler.cfg.finalization
|
||||||
|
|
||||||
: finalize-cfg ( cfg -- cfg' )
|
: finalize-cfg ( cfg -- cfg' )
|
||||||
select-representations
|
select-representations
|
||||||
! schedule-instructions
|
schedule-instructions
|
||||||
insert-gc-checks
|
insert-gc-checks
|
||||||
insert-save-contexts
|
insert-save-contexts
|
||||||
destruct-ssa
|
destruct-ssa
|
||||||
|
|
|
@ -52,4 +52,4 @@ M: insn normalize-height* ;
|
||||||
rs-height get dup 0 = [ drop ] [ \ ##inc-r new-insn prefix ] if ;
|
rs-height get dup 0 = [ drop ] [ \ ##inc-r new-insn prefix ] if ;
|
||||||
|
|
||||||
: normalize-height ( cfg -- cfg' )
|
: normalize-height ( cfg -- cfg' )
|
||||||
[ height-step ] simple-optimization ;
|
dup [ height-step ] simple-optimization ;
|
||||||
|
|
Loading…
Reference in New Issue