Update primitives.factor for compiler.units changes
parent
cff700cd3e
commit
5cfa4a7677
|
@ -47,10 +47,10 @@ init-caches
|
||||||
|
|
||||||
! Trivial recompile hook. We don't want to touch the code heap
|
! Trivial recompile hook. We don't want to touch the code heap
|
||||||
! during stage1 bootstrap, it would just waste time.
|
! during stage1 bootstrap, it would just waste time.
|
||||||
! SINGLETON: dummy-compiler
|
SINGLETON: dummy-compiler
|
||||||
! M: dummy-compiler recompile drop { } ;
|
M: dummy-compiler recompile drop { } ;
|
||||||
! dummy-compiler compiler-impl set
|
dummy-compiler compiler-impl set
|
||||||
[ drop { } ] recompile-hook set
|
|
||||||
call
|
call
|
||||||
call
|
call
|
||||||
call
|
call
|
||||||
|
|
Loading…
Reference in New Issue