Add parameter describing where IC frame parameters are located within
authorChris Hanson <org/chris-hanson/cph>
Sun, 31 May 1987 14:14:21 +0000 (14:14 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 31 May 1987 14:14:21 +0000 (14:14 +0000)
the frame.

v7/src/compiler/machines/bobcat/machin.scm

index c3a81061dbb5ea37f9260d3d7196aaa2ebf7fde7..2bc9c8595ff9c8b011f875fe6ae1d8608a25be35 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/machin.scm,v 1.46 1987/05/29 17:48:56 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/machin.scm,v 1.47 1987/05/31 14:14:21 cph Exp $
 
 Copyright (c) 1987 Massachusetts Institute of Technology
 
@@ -42,6 +42,9 @@ MIT in each case. |#
 (define-integrable (stack->memory-offset offset)
   offset)
 
+(define ic-block-first-parameter-offset
+  2)
+
 (define (rtl:expression-cost expression)
   ;; Returns an estimate of the cost of evaluating the expression.
   ;; For simplicity, we try to estimate the actual number of cycles