From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18245 invoked by alias); 21 Aug 2010 15:57:05 -0000 Received: (qmail 18150 invoked by uid 48); 21 Aug 2010 15:56:46 -0000 Date: Sat, 21 Aug 2010 15:57:00 -0000 Message-ID: <20100821155646.18149.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/45364] Compiling wine's directx.c with -O1 -g takes a very long time In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jakub at gcc dot 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: 2010-08/txt/msg01751.txt.bz2 ------- Comment #6 from jakub at gcc dot gnu dot org 2010-08-21 15:56 ------- On the trunk this takes (--enable-checking=release) time ./cc1 -g -O2 -quiet directx.i real 2m49.038s user 2m48.489s sys 0m0.268s here. As InitAdapters is quite large, with more than thousand calls in it, this isn't very surprising. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45364