From 58237ffcfc246718f717a6e429b4fa7e23f4c555 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 31 May 1987 14:14:21 +0000 Subject: [PATCH] Add parameter describing where IC frame parameters are located within the frame. --- v7/src/compiler/machines/bobcat/machin.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/v7/src/compiler/machines/bobcat/machin.scm b/v7/src/compiler/machines/bobcat/machin.scm index c3a81061d..2bc9c8595 100644 --- a/v7/src/compiler/machines/bobcat/machin.scm +++ b/v7/src/compiler/machines/bobcat/machin.scm @@ -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 -- 2.25.1