From: Stephen Adams Date: Sat, 26 Nov 1994 19:22:32 +0000 (+0000) Subject: Added switch COMPILER:GENERATE-PROFILING-INSTRUCTIONS? X-Git-Tag: 20090517-FFI~6944 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0dddb124f324d9997326f23b0ac656db204bf225;p=mit-scheme.git Added switch COMPILER:GENERATE-PROFILING-INSTRUCTIONS? --- diff --git a/v8/src/compiler/base/switch.scm b/v8/src/compiler/base/switch.scm index 38c9dea5d..77aabec24 100644 --- a/v8/src/compiler/base/switch.scm +++ b/v8/src/compiler/base/switch.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: switch.scm,v 1.1 1994/11/19 02:02:36 adams Exp $ +$Id: switch.scm,v 1.2 1994/11/26 19:22:32 adams Exp $ Copyright (c) 1988-1994 Massachusetts Institute of Technology @@ -62,6 +62,7 @@ MIT in each case. |# (define compiler:generate-range-checks? false) (define compiler:generate-type-checks? false) (define compiler:generate-stack-checks? true) +(define compiler:generate-profiling-instructions? false) (define compiler:open-code-flonum-checks? false) (define compiler:use-multiclosures? true) (define compiler:coalescing-constant-warnings? true)