#| -*-Scheme-*-
-$Id: compiler.sf,v 1.1 1993/06/08 06:13:32 gjr Exp $
+$Id: compiler.sf,v 1.2 1993/10/13 00:00:44 cph Exp $
-Copyright (c) 1992 Massachusetts Institute of Technology
+Copyright (c) 1992-93 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
(for-each (lambda (file)
(load (string-append file ".bin") package))
files))))
+ (load-option 'HASH-TABLE)
(write-string "\n\n---- Loading compile-time files ----")
- (sf-and-load '("base/switch" "base/hashtb") '(COMPILER))
+ (sf-and-load '("base/switch") '(COMPILER))
(sf-and-load '("base/macros") '(COMPILER MACROS))
((access initialize-package! (->environment '(COMPILER MACROS))))
(sf-and-load '("machines/C/decls") '(COMPILER DECLARATIONS))
#| -*-Scheme-*-
-$Id: compiler.sf,v 1.1 1992/08/29 13:52:04 jinx Exp $
+$Id: compiler.sf,v 1.2 1993/10/13 00:00:51 cph Exp $
-Copyright (c) 1992 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-93 Digital Equipment Corporation (D.E.C.)
This software was developed at the Digital Equipment Corporation
Cambridge Research Laboratory. Permission to copy this software, to
(for-each (lambda (file)
(load (string-append file ".bin") package))
files))))
+ (load-option 'HASH-TABLE)
(write-string "\n\n---- Loading compile-time files ----")
- (sf-and-load '("base/switch" "base/hashtb") '(COMPILER))
+ (sf-and-load '("base/switch") '(COMPILER))
(sf-and-load '("base/macros") '(COMPILER MACROS))
((access initialize-package! (->environment '(COMPILER MACROS))))
(sf-and-load '("machines/alpha/decls") '(COMPILER DECLARATIONS))
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/compiler.sf,v 1.13 1991/03/01 23:25:15 cph Exp $
+$Id: compiler.sf,v 1.14 1993/10/13 00:00:57 cph Exp $
-Copyright (c) 1988-91 Massachusetts Institute of Technology
+Copyright (c) 1988-93 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
(for-each (lambda (file)
(load (string-append file ".bin") package))
files))))
+ (load-option 'HASH-TABLE)
(write-string "\n\n---- Loading compile-time files ----")
- (sf-and-load '("base/switch" "base/hashtb") '(COMPILER))
+ (sf-and-load '("base/switch") '(COMPILER))
(sf-and-load '("base/macros") '(COMPILER MACROS))
((access initialize-package! (->environment '(COMPILER MACROS))))
(sf-and-load '("machines/bobcat/decls") '(COMPILER DECLARATIONS))
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/i386/compiler.sf,v 1.3 1992/02/28 20:23:57 jinx Exp $
+$Id: compiler.sf,v 1.4 1993/10/13 00:01:04 cph Exp $
-Copyright (c) 1992 Massachusetts Institute of Technology
+Copyright (c) 1992-93 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
(for-each (lambda (file)
(load (string-append file ".bin") package))
files))))
+ (load-option 'HASH-TABLE)
(write-string "\n\n---- Loading compile-time files ----")
- (sf-and-load '("base/switch" "base/hashtb") '(COMPILER))
+ (sf-and-load '("base/switch") '(COMPILER))
(sf-and-load '("base/macros") '(COMPILER MACROS))
((access initialize-package! (->environment '(COMPILER MACROS))))
(sf-and-load '("machines/i386/decls") '(COMPILER DECLARATIONS))
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/mips/compiler.sf-big,v 1.3 1991/10/25 13:00:11 cph Exp $
+$Id: compiler.sf-big,v 1.4 1993/10/13 00:01:12 cph Exp $
-Copyright (c) 1988-91 Massachusetts Institute of Technology
+Copyright (c) 1988-93 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
(for-each (lambda (file)
(load (string-append file ".bin") package))
files))))
+ (load-option 'HASH-TABLE)
(write-string "\n\n---- Loading compile-time files ----")
- (sf-and-load '("base/switch" "base/hashtb") '(COMPILER))
+ (sf-and-load '("base/switch") '(COMPILER))
(sf-and-load '("base/macros") '(COMPILER MACROS))
((access initialize-package! (->environment '(COMPILER MACROS))))
(sf-and-load '("machines/mips/decls") '(COMPILER DECLARATIONS))
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/mips/compiler.sf-little,v 1.3 1991/10/25 13:00:15 cph Exp $
+$Id: compiler.sf-little,v 1.4 1993/10/13 00:01:20 cph Exp $
-Copyright (c) 1988-91 Massachusetts Institute of Technology
+Copyright (c) 1988-93 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
(for-each (lambda (file)
(load (string-append file ".bin") package))
files))))
+ (load-option 'HASH-TABLE)
(write-string "\n\n---- Loading compile-time files ----")
- (sf-and-load '("base/switch" "base/hashtb") '(COMPILER))
+ (sf-and-load '("base/switch") '(COMPILER))
(sf-and-load '("base/macros") '(COMPILER MACROS))
((access initialize-package! (->environment '(COMPILER MACROS))))
(sf-and-load '("machines/mips/decls") '(COMPILER DECLARATIONS))
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/spectrum/compiler.sf,v 1.13 1991/10/25 12:57:56 cph Exp $
+$Id: compiler.sf,v 1.14 1993/10/13 00:00:31 cph Exp $
-Copyright (c) 1988-91 Massachusetts Institute of Technology
+Copyright (c) 1988-93 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
(for-each (lambda (file)
(load (string-append file ".bin") package))
files))))
+ (load-option 'HASH-TABLE)
(write-string "\n\n---- Loading compile-time files ----")
- (sf-and-load '("base/switch" "base/hashtb") '(COMPILER))
+ (sf-and-load '("base/switch") '(COMPILER))
(sf-and-load '("base/macros") '(COMPILER MACROS))
((access initialize-package! (->environment '(COMPILER MACROS))))
(sf-and-load '("machines/spectrum/decls") '(COMPILER DECLARATIONS))
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/compiler.sf,v 1.4 1991/10/18 09:13:08 cph Exp $
+$Id: compiler.sf,v 1.5 1993/10/13 00:01:31 cph Exp $
-Copyright (c) 1988-91 Massachusetts Institute of Technology
+Copyright (c) 1988-93 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
(for-each (lambda (file)
(load (string-append file ".bin") package))
files))))
+ (load-option 'HASH-TABLE)
(write-string "\n\n---- Loading compile-time files ----")
- (sf-and-load '("base/switch" "base/hashtb") '(COMPILER))
+ (sf-and-load '("base/switch") '(COMPILER))
(sf-and-load '("base/macros") '(COMPILER MACROS))
((access initialize-package! (->environment '(COMPILER MACROS))))
(sf-and-load '("machines/vax/decls") '(COMPILER DECLARATIONS))