From: Guillermo J. Rozas Date: Thu, 25 Feb 1993 02:07:00 +0000 (+0000) Subject: Add compiler:avoid-scode? X-Git-Tag: 20090517-FFI~8469 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=90c2086152acd0388dbdc47c98c70e4f83b9cebf;p=mit-scheme.git Add compiler:avoid-scode? --- diff --git a/v7/src/compiler/base/switch.scm b/v7/src/compiler/base/switch.scm index 46f0b9f51..87925e7f7 100644 --- a/v7/src/compiler/base/switch.scm +++ b/v7/src/compiler/base/switch.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: switch.scm,v 4.21 1992/12/29 20:57:10 gjr Exp $ +$Id: switch.scm,v 4.22 1993/02/25 02:07:00 gjr Exp $ -Copyright (c) 1988-1992 Massachusetts Institute of Technology +Copyright (c) 1988-1993 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -65,7 +65,9 @@ MIT in each case. |# (define compiler:use-multiclosures? true) (define compiler:coalescing-constant-warnings? true) (define compiler:cross-compiling? false) +;; This only works in the C back end, right now (define compiler:compress-top-level? false) +(define compiler:avoid-scode? true) ;; The switch COMPILER:OPEN-CODE-FLOATING-POINT-ARITHMETIC? is in machin.scm. ;;; Nary switches