From e84e73f07b30775a10e30a7296a4cad5f2ccdfc7 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 24 May 2011 08:02:09 -0600 Subject: [PATCH] adjust Guide to warn about performance measurement in DrRacket original commit: 00e17ab51f0e18be86016d7cbf82a26146eefc2a --- collects/typed-scheme/scribblings/optimization.scrbl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/collects/typed-scheme/scribblings/optimization.scrbl b/collects/typed-scheme/scribblings/optimization.scrbl index 6124fdd2..0985d19e 100644 --- a/collects/typed-scheme/scribblings/optimization.scrbl +++ b/collects/typed-scheme/scribblings/optimization.scrbl @@ -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