From: Chris Hanson Date: Fri, 27 Oct 1989 07:57:36 +0000 (+0000) Subject: Don't perform variable-indirection optimization on variables that are X-Git-Tag: 20090517-FFI~11728 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f7ab1fcb92e5ac74eb518acb228af2794637a099;p=mit-scheme.git Don't perform variable-indirection optimization on variables that are introduced to model continuations. --- diff --git a/v7/src/compiler/machines/bobcat/make.scm-68040 b/v7/src/compiler/machines/bobcat/make.scm-68040 index abd6d7c35..d550d4a41 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.56 1989/10/26 07:41:21 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.57 1989/10/27 07:57:36 cph Exp $ Copyright (c) 1988, 1989 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 56 '())) \ No newline at end of file +(add-system! (make-system "Liar (Motorola MC68020)" 4 57 '())) \ No newline at end of file