summaryrefslogtreecommitdiffstats
path: root/features.txi
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:34 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:34 -0800
commit50eb784bfcf15ee3c6b0b53d747db92673395040 (patch)
tree60f039bb5aa27bc58d92ab0c7bab0d82dbfe7686 /features.txi
parentae2b295c7deaf2d7c18ad1ed9b6050970e56bae7 (diff)
downloadscm-50eb784bfcf15ee3c6b0b53d747db92673395040.tar.gz
scm-50eb784bfcf15ee3c6b0b53d747db92673395040.zip
Import Upstream version 5e3upstream/5e3
Diffstat (limited to 'features.txi')
-rw-r--r--features.txi18
1 files changed, 8 insertions, 10 deletions
diff --git a/features.txi b/features.txi
index c7e94fb..1df8107 100644
--- a/features.txi
+++ b/features.txi
@@ -53,14 +53,20 @@ For the @dfn{curses} screen management package.
@item debug
@cindex debug
-Turns on the features @samp{cautious},
-@samp{careful-interrupt-masking}, and @samp{stack-limit}; uses
+Turns on the features @samp{cautious} and
+@samp{careful-interrupt-masking}; uses
@code{-g} flags for debugging SCM source code.
@item differ
@cindex differ
Sequence comparison
+@item dont-memoize-locals
+@cindex dont-memoize-locals
+SCM normally converts references to local variables to ILOCs, which
+make programs run faster. If SCM is badly broken, try using this
+option to disable the MEMOIZE_LOCALS feature.
+
@item dump
@cindex dump
Convert a running scheme program into an executable file.
@@ -169,14 +175,6 @@ This does not affect complex numbers.
BSD @dfn{socket} interface. Socket addr functions require
inexacts or bignums for 32-bit precision.
-@item stack-limit
-@cindex stack-limit
-Use to enable checking for stack overflow. Define value of the C
-preprocessor variable @var{STACK_LIMIT} to be the size to which SCM
-should allow the stack to grow. STACK_LIMIT should be less than the
-maximum size the hardware can support, as not every routine checks the
-stack.
-
@item tick-interrupts
@cindex tick-interrupts
Use if you want the ticks and ticks-interrupt functions.