compiler.cfg.finalization: reenable scheduling
Prolog safepoint appears to work with it enableddb4
parent
0a1a252cdb
commit
f225bf7f55
|
@ -9,7 +9,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
|
||||||
eliminate-write-barriers
|
eliminate-write-barriers
|
||||||
dup compute-uninitialized-sets
|
dup compute-uninitialized-sets
|
||||||
|
|
Loading…
Reference in New Issue