Load option compress when the compiler is loaded.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 13 Nov 1993 19:35:10 +0000 (19:35 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 13 Nov 1993 19:35:10 +0000 (19:35 +0000)
v7/src/compiler/base/asstop.scm
v7/src/compiler/base/make.scm
v7/src/compiler/machines/C/ctop.scm

index 8a4ad13a3f21d9d5ee098a861c3c8132e6cc0479..bdd64299c79193236da4a2d6f70a84bd3054d188 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: asstop.scm,v 1.7 1993/11/09 04:13:55 gjr Exp $
+$Id: asstop.scm,v 1.8 1993/11/13 19:34:48 gjr Exp $
 
 Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
@@ -278,7 +278,6 @@ MIT in each case. |#
     (announce-info-files bif-path bsm-path)))
   
 (define (compiler:dump-bci/bcs-files binf pathname)
-  (load-option 'COMPRESS)
   (let ((bci-path (pathname-new-type pathname "bci"))
        (bcs-path (pathname-new-type pathname "bcs")))
     (let ((bsm (split-inf-structure! binf bcs-path)))
@@ -293,7 +292,6 @@ MIT in each case. |#
     (announce-info-files bci-path bcs-path)))
   
 (define (compiler:dump-bci-file binf pathname)
-  (load-option 'COMPRESS)
   (let ((bci-path (pathname-new-type pathname "bci")))
     (split-inf-structure! binf false)
     (call-with-temporary-filename
index 7ea1526ac594afed401beb3f36fbc9ac2cca7e02..165d109e0619d0bb90824287aa4144531a3d8d0e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 4.100 1993/10/12 07:27:58 cph Exp $
+$Id: make.scm,v 4.101 1993/11/13 19:33:53 gjr Exp $
 
 Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
@@ -37,6 +37,7 @@ MIT in each case. |#
 (declare (usual-integrations))
 
 (lambda (architecture-name)
+  (load-option 'COMPRESS)
   (load-option 'HASH-TABLE)
   (load-option 'RB-TREE)
   (package/system-loader "comp" '() 'QUERY)
index 37f502e2fcf9a657944de3a4a22d8b31fc670ef4..8d3a554f698303d8481dec22a8e8118404570961 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: ctop.scm,v 1.7 1993/11/13 19:21:09 gjr Exp $
+$Id: ctop.scm,v 1.8 1993/11/13 19:35:10 gjr Exp $
 
 Copyright (c) 1992-1993 Massachusetts Institute of Technology
 
@@ -431,7 +431,6 @@ MIT in each case. |#
               *info-output-filename*))))))
 
 (define (compiler:dump-bci-file binf pathname)
-  (load-option 'COMPRESS)
   (let ((bci-path (pathname-new-type pathname "bci")))
     (split-inf-structure! binf false)
     (call-with-temporary-filename