cs/README.txt - fix typos
This commit is contained in:
parent
7810232b67
commit
0108bf43a9
|
@ -198,7 +198,7 @@ Structure
|
|||
|
||||
The Racket-on-Chez implementation is in layers. The immediate layer
|
||||
over Chez Scheme is called "Rumble", and it implements delimited
|
||||
continuations, structures, chaperones and imperaontors, engines (for
|
||||
continuations, structures, chaperones and impersonators, engines (for
|
||||
threads), and similar base functionality. The Rumble layer is
|
||||
implemented in Chez Scheme.
|
||||
|
||||
|
@ -517,12 +517,12 @@ configuration:
|
|||
* `DEBUG_COMP` not enabled --- or, if you enable it, run `make
|
||||
strip`.
|
||||
|
||||
Effectivess: Avoids increasing the load time for the Rumble and
|
||||
Effectiveness: Avoids increasing the load time for the Rumble and
|
||||
other layers by 30-50%.
|
||||
|
||||
* `PLT_CS_DEBUG` not set --- an environment variable similar to
|
||||
`DEBUG_COMP`, but applies to code compiled by Racket-on-Chez.
|
||||
|
||||
Effectivess: Avoids improvement to stack traces, but also avoids
|
||||
Effectiveness: Avoids improvement to stack traces, but also avoids
|
||||
increases load time and memory use of Racket programs by as much as
|
||||
50%.
|
||||
|
|
Loading…
Reference in New Issue
Block a user