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