fixing some docs.
parent
3e19d9d18d
commit
04320d27f4
|
@ -42,7 +42,7 @@ gc
|
||||||
! Compile a set of words ahead of the full compile.
|
! Compile a set of words ahead of the full compile.
|
||||||
! This set of words was determined semi-empirically
|
! This set of words was determined semi-empirically
|
||||||
! using the profiler. It improves bootstrap time
|
! using the profiler. It improves bootstrap time
|
||||||
! significantly, because frequenly called words
|
! significantly, because frequently called words
|
||||||
! which are also quick to compile are replaced by
|
! which are also quick to compile are replaced by
|
||||||
! compiled definitions as soon as possible.
|
! compiled definitions as soon as possible.
|
||||||
{
|
{
|
||||||
|
|
|
@ -2,7 +2,7 @@ USING: help.markup help.syntax quotations strings ;
|
||||||
IN: init
|
IN: init
|
||||||
|
|
||||||
HELP: boot
|
HELP: boot
|
||||||
{ $description "Called on startup as part of the boot quotation to initialize the runtime and prepare it for running user code." } ;
|
{ $description "Called on startup as part of the boot quotation to initialize the runtime and prepare it for running user code." } ;
|
||||||
|
|
||||||
{ boot startup-quot set-startup-quot } related-words
|
{ boot startup-quot set-startup-quot } related-words
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue