Fixed typo. (Merge from HEAD).
This commit is contained in:
parent
29258b6adc
commit
ce90c83263
|
@ -818,13 +818,13 @@ or \ex{--} flags.
|
||||||
\subsection{Stripped image}
|
\subsection{Stripped image}
|
||||||
|
|
||||||
Besides the standard image \ex{scsh.image} scsh also ships with the
|
Besides the standard image \ex{scsh.image} scsh also ships with the
|
||||||
much smaller image \ex{stripped-scsh.image}. This image contains
|
much smaller image \ex{stripped-scsh.image}. This image contains the
|
||||||
the same code as the standard image but has almost all debugging
|
same code as the standard image but has almost all debugging
|
||||||
information removed. \ex{stripped-scsh.image} is intended to be
|
information removed. \ex{stripped-scsh.image} is intended to be used
|
||||||
used with standalone programs where startup time and memory
|
with standalone programs where startup time and memory consumption
|
||||||
consumption count but debugging an errors the scheme code is not that
|
count but debugging the scheme code is not that important. To use the
|
||||||
important. To use the image the VM has to be called directly and the
|
image the VM has to be called directly and the path to the image must
|
||||||
path to the image must be given after the \ex{-i} argument.
|
be given after the \ex{-i} argument.
|
||||||
|
|
||||||
\subsection{Inserting interpreter triggers into heap images}
|
\subsection{Inserting interpreter triggers into heap images}
|
||||||
{\scm}'s heap image format allows for an informational header:
|
{\scm}'s heap image format allows for an informational header:
|
||||||
|
|
Loading…
Reference in New Issue