boldface for performance note
This commit is contained in:
parent
c970a0656c
commit
7edaf9b1cc
|
@ -39,8 +39,8 @@ Even so, DrRacket and programs developed within DrRacket use the same
|
||||||
Racket virtual machine, so garbage collection times (see
|
Racket virtual machine, so garbage collection times (see
|
||||||
@secref["gc-perf"]) may be longer in DrRacket than when a program is
|
@secref["gc-perf"]) may be longer in DrRacket than when a program is
|
||||||
run by itself, and DrRacket threads may impede execution of program
|
run by itself, and DrRacket threads may impede execution of program
|
||||||
threads. For the most reliable timing results for a program, run in
|
threads. @bold{For the most reliable timing results for a program, run in
|
||||||
plain @exec{racket} instead of in the DrRacket development environment.
|
plain @exec{racket} instead of in the DrRacket development environment.}
|
||||||
Non-interactive mode should be used instead of the
|
Non-interactive mode should be used instead of the
|
||||||
@tech["REPL"] to benefit from the module system. See
|
@tech["REPL"] to benefit from the module system. See
|
||||||
@secref["modules-performance"] for details.
|
@secref["modules-performance"] for details.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user