Add compiler:avoid-scode?
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 25 Feb 1993 02:07:00 +0000 (02:07 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 25 Feb 1993 02:07:00 +0000 (02:07 +0000)
v7/src/compiler/base/switch.scm

index 46f0b9f51bc2bf1f369575c4267d27549e415f84..87925e7f717178b8e957329b17b484da3f9b5aa3 100644 (file)
@@ -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