adjust Guide to warn about performance measurement in DrRacket

original commit: 00e17ab51f0e18be86016d7cbf82a26146eefc2a
This commit is contained in:
Matthew Flatt 2011-05-24 08:02:09 -06:00
parent aaf1032df0
commit e84e73f07b

View File

@ -12,6 +12,11 @@ Typed Racket provides a type-driven optimizer that rewrites well-typed
programs to potentially make them faster. It should in no way make
your programs slower or unsafe.
@margin-note{For general information Racket performance and
benchmarking, see @secref[#:doc '(lib
"scribblings/guide/guide.scrbl")]{performance}.}
@section{Turning the optimizer off}
Typed Racket's optimizer is turned on by default. If you want to