#| -*-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
(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)))
(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
#| -*-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
(declare (usual-integrations))
(lambda (architecture-name)
+ (load-option 'COMPRESS)
(load-option 'HASH-TABLE)
(load-option 'RB-TREE)
(package/system-loader "comp" '() 'QUERY)
#| -*-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
*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