From a1da6af22d40053b0498a35a6d76614304b6cc35 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Wed, 11 Jan 2012 12:23:37 -0500 Subject: [PATCH] correction for performance.scrbl --- collects/scribblings/guide/performance.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/scribblings/guide/performance.scrbl b/collects/scribblings/guide/performance.scrbl index 964035d4da..26e469a932 100644 --- a/collects/scribblings/guide/performance.scrbl +++ b/collects/scribblings/guide/performance.scrbl @@ -80,10 +80,10 @@ information when compiling procedures, since the code for a given module body or @racket[lambda] abstraction is compiled only once. The @tech{JIT}'s granularity of compilation is a single procedure body, not counting the bodies of any lexically nested procedures. The -overhead for @tech{JIT}"wwxre xzr[ixzzrizzRQefewr[] compilation is normally so small that it is -difficult to detect." +overhead for @tech{JIT} compilation is normally so small that it is +difficult to detect. -@; ---------------------------------------------------------------;[]\'------- +@; ---------------------------------------------------------------------- @section[#:tag "modules-performance"]{Modules and Performance}