From 57efba835cf2ab49e760ac210e763c6cd318dc15 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Sat, 26 Nov 1994 19:06:24 +0000 Subject: [PATCH] *** empty log message *** --- v8/src/compiler/back/bittop.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/v8/src/compiler/back/bittop.scm b/v8/src/compiler/back/bittop.scm index 256121c9d..d3dfd229d 100644 --- a/v8/src/compiler/back/bittop.scm +++ b/v8/src/compiler/back/bittop.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: bittop.scm,v 1.1 1994/11/19 01:54:17 adams Exp $ +$Id: bittop.scm,v 1.2 1994/11/26 19:06:24 adams Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -78,6 +78,10 @@ MIT in each case. |# (lambda (directives vars) (let* ((count (relax! directives vars)) (block (assemble-objects (final-phase directives)))) + (if compiler:generate-profiling-instructions? + (profile-info/insert-info! + block + (lambda (label) (symbol-table-value *the-symbol-table* label)))) (values count block (queue->list *entry-points*) -- 2.25.1