From 8facd5e6ed6b5d006836cc7a3362ba6ceedc839b Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Thu, 15 Dec 1994 01:41:42 +0000 Subject: [PATCH] Added statistic. --- v8/src/compiler/midend/widen.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v8/src/compiler/midend/widen.scm b/v8/src/compiler/midend/widen.scm index 47f3f3214..2d142c7a2 100644 --- a/v8/src/compiler/midend/widen.scm +++ b/v8/src/compiler/midend/widen.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: widen.scm,v 1.3 1994/11/25 23:08:14 adams Exp $ +$Id: widen.scm,v 1.4 1994/12/15 01:41:42 adams Exp $ Copyright (c) 1994 Massachusetts Institute of Technology @@ -795,6 +795,7 @@ MIT in each case. |# ;; Rewrite CODE after widening all references to the WIDENABLE closures. The ;; widening is done by side-effecting CODE, and the rewritten CODE is ;; returned. + (sample/1 '(widen/widened-closures count) (length widenable)) (for-every widenable (lambda (closure) ;; Mark the closures and all nodes at which the value arrives as -- 2.25.1