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