From c63eea1cf441389f2be64020c68c6a7f4b7191aa Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Sat, 13 Nov 1993 19:35:10 +0000 Subject: [PATCH] Load option compress when the compiler is loaded. --- v7/src/compiler/base/asstop.scm | 4 +--- v7/src/compiler/base/make.scm | 3 ++- v7/src/compiler/machines/C/ctop.scm | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/v7/src/compiler/base/asstop.scm b/v7/src/compiler/base/asstop.scm index 8a4ad13a3..bdd64299c 100644 --- a/v7/src/compiler/base/asstop.scm +++ b/v7/src/compiler/base/asstop.scm @@ -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 diff --git a/v7/src/compiler/base/make.scm b/v7/src/compiler/base/make.scm index 7ea1526ac..165d109e0 100644 --- a/v7/src/compiler/base/make.scm +++ b/v7/src/compiler/base/make.scm @@ -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) diff --git a/v7/src/compiler/machines/C/ctop.scm b/v7/src/compiler/machines/C/ctop.scm index 37f502e2f..8d3a554f6 100644 --- a/v7/src/compiler/machines/C/ctop.scm +++ b/v7/src/compiler/machines/C/ctop.scm @@ -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 -- 2.25.1