- New 68040 closure code.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 7 May 1991 13:47:44 +0000 (13:47 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 7 May 1991 13:47:44 +0000 (13:47 +0000)
- Open coding and hooks for quotient and remainder supported.
- Direct UUO links to the global environment supported.
- compiler:intersperse-rtl-in-lap?
- Fixed bug in closure analysis.
- Top-level LETs no longer compile arguments separately.
- Some support for static variables (not complete).

v7/src/compiler/machines/bobcat/make.scm-68040

index d852553811821fedc941e677ddb0c17ff826235e..b2da613569343a1a172d59b76857b4b70986fddf 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.83 1991/04/15 20:59:21 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.84 1991/05/07 13:47:44 jinx Exp $
 
 Copyright (c) 1988-91 Massachusetts Institute of Technology
 
@@ -41,4 +41,4 @@ MIT in each case. |#
            ((package/reference (find-package name) 'INITIALIZE-PACKAGE!)))
          '((COMPILER MACROS)
            (COMPILER DECLARATIONS)))
-(add-system! (make-system "Liar (Motorola MC68020)" 4 83 '()))
\ No newline at end of file
+(add-system! (make-system "Liar (Motorola MC68020)" 4 84 '()))
\ No newline at end of file