From: Stephen Adams Date: Sat, 26 Nov 1994 19:21:03 +0000 (+0000) Subject: Added RTL PROFILE-COUNT and PROFILE-DATA. X-Git-Tag: 20090517-FFI~6945 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d5dce58895b120e2714e852ac05e79290efab312;p=mit-scheme.git Added RTL PROFILE-COUNT and PROFILE-DATA. --- diff --git a/v8/src/compiler/rtlbase/rtlty1.scm b/v8/src/compiler/rtlbase/rtlty1.scm index fb21f037a..bc1de75a3 100644 --- a/v8/src/compiler/rtlbase/rtlty1.scm +++ b/v8/src/compiler/rtlbase/rtlty1.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: rtlty1.scm,v 1.1 1994/11/19 02:05:54 adams Exp $ +$Id: rtlty1.scm,v 1.2 1994/11/26 19:21:03 adams Exp $ Copyright (c) 1987-1994 Massachusetts Institute of Technology @@ -237,4 +237,8 @@ MIT in each case. |# (define-rtl-expression static-cell rtl: name) (define-rtl-expression align-float rtl: expression) -(define-rtl-expression coerce-value-class rtl: expression class) \ No newline at end of file +(define-rtl-expression coerce-value-class rtl: expression class) + +;;; data is a of the form (CONSTANT stuff) +(define-rtl-statement profile-count rtl:) +(define-rtl-statement profile-data rtl: data) \ No newline at end of file