From: Guillermo J. Rozas Date: Tue, 7 May 1991 13:47:44 +0000 (+0000) Subject: - New 68040 closure code. X-Git-Tag: 20090517-FFI~10644 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=152298904a1b400f7272b655eb084856ac7d6e2f;p=mit-scheme.git - New 68040 closure code. - 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). --- diff --git a/v7/src/compiler/machines/bobcat/make.scm-68040 b/v7/src/compiler/machines/bobcat/make.scm-68040 index d85255381..b2da61356 100644 --- a/v7/src/compiler/machines/bobcat/make.scm-68040 +++ b/v7/src/compiler/machines/bobcat/make.scm-68040 @@ -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