From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23453 invoked by alias); 3 Apr 2007 12:33:46 -0000 Received: (qmail 23429 invoked by uid 48); 3 Apr 2007 12:33:36 -0000 Date: Tue, 03 Apr 2007 12:33:00 -0000 Message-ID: <20070403123336.23428.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug debug/31412] [4.3] inf loop/long compile time, time spent in var-tracking.c In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "bonzini at gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-04/txt/msg00202.txt.bz2 ------- Comment #6 from bonzini at gnu dot org 2007-04-03 13:33 ------- anyway, the code looks well written. the dataflow_set_* functions look inefficient, though. maybe it's also possible to replace hash tables with pointer maps (there is a 1:1 relationships between decl nodes and their DECL_UID, right?) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31412