From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10441 invoked by alias); 20 Apr 2006 16:17:22 -0000 Received: (qmail 10398 invoked by uid 48); 20 Apr 2006 16:17:15 -0000 Date: Thu, 20 Apr 2006 16:17:00 -0000 Message-ID: <20060420161715.10397.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/26854] Inordinate compile times on large routines In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "law at redhat dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-04/txt/msg01673.txt.bz2 List-Id: ------- Comment #10 from law at redhat dot com 2006-04-20 16:17 ------- PRE/FRE for mainline need some TLC on their compile-time performance as indicated by this PR as well. They're #3 & #4 respectively behind the operator scanning code and store-ccp and way out of line when compared with the rest of the tree optimization passes. -- law at redhat dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dberlin at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26854