From: Chris Hanson Date: Sun, 31 May 1987 14:14:21 +0000 (+0000) Subject: Add parameter describing where IC frame parameters are located within X-Git-Tag: 20090517-FFI~13454 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=58237ffcfc246718f717a6e429b4fa7e23f4c555;p=mit-scheme.git Add parameter describing where IC frame parameters are located within the frame. --- 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