From c8c22794fc57fca615acc4bb766666f5a37c3226 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Sat, 19 Aug 1995 22:43:34 +0000 Subject: [PATCH] Temporarily removed dataflow based constant folding because some of the nodes seem to be of the wrong kind. --- v8/src/compiler/midend/dataflow.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v8/src/compiler/midend/dataflow.scm b/v8/src/compiler/midend/dataflow.scm index 57b4aab41..9e69aa7c4 100644 --- a/v8/src/compiler/midend/dataflow.scm +++ b/v8/src/compiler/midend/dataflow.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: dataflow.scm,v 1.18 1995/08/19 22:05:29 adams Exp $ +$Id: dataflow.scm,v 1.19 1995/08/19 22:43:34 adams Exp $ Copyright (c) 1994 Massachusetts Institute of Technology @@ -96,8 +96,8 @@ MIT in each case. |# (graph/dataflow! graph) (graph/cleanup! graph) - (graph/substitite-simple-constants - graph graph/read-eqv?-preserving-constant?) + ;;(graph/substitite-simple-constants + ;; graph graph/read-eqv?-preserving-constant?) (graph/compiled-procedure-reductions graph) graph))))) -- 2.25.1