Change the frame-size for invocation:lookup to indicate the size of
authorChris Hanson <org/chris-hanson/cph>
Tue, 2 Jun 1987 21:19:34 +0000 (21:19 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 2 Jun 1987 21:19:34 +0000 (21:19 +0000)
the frame at application time rather than when it executes the
instruction.

v7/src/compiler/rtlgen/rgcomb.scm

index a1d7a31c8c5e1b80b79ed531651d161aebd551db..e56bf85f30dea488673c48787de0c0eec74e27b5 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/rtlgen/rgcomb.scm,v 1.22 1987/06/01 21:05:25 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/rtlgen/rgcomb.scm,v 1.23 1987/06/02 21:19:34 cph Exp $
 
 Copyright (c) 1987 Massachusetts Institute of Technology
 
@@ -316,7 +316,7 @@ MIT in each case. |#
                                          (scfg-next-hooks n4)))))
              (let ((block (reference-block operator)))
                (rtl:make-invocation:lookup
-                frame-size
+                frame-size*
                 (prefix combination frame-size)
                 continuation
                 (nearest-ic-block-expression block)