boldface for performance note

This commit is contained in:
John Clements 2014-07-21 08:45:05 -07:00
parent c970a0656c
commit 7edaf9b1cc

View File

@ -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.