Don't perform variable-indirection optimization on variables that are
authorChris Hanson <org/chris-hanson/cph>
Fri, 27 Oct 1989 07:57:36 +0000 (07:57 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 27 Oct 1989 07:57:36 +0000 (07:57 +0000)
introduced to model continuations.

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

index abd6d7c35700a179c4f0791145d2a5cb915add8e..d550d4a41164bcb0570852d07d50b11599c25637 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.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