From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6768 invoked by alias); 16 Jun 2014 11:19:05 -0000 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 Received: (qmail 6713 invoked by uid 48); 16 Jun 2014 11:19:01 -0000 From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/61515] [4.10 Regression] Extremely long compile time for generated code Date: Mon, 16 Jun 2014 11:19:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 4.10.0 X-Bugzilla-Keywords: compile-time-hog, memory-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.10.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cf_reconfirmed_on cc version target_milestone short_desc everconfirmed Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-06/txt/msg01358.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61515 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2014-06-16 CC| |law at gcc dot gnu.org Version|unknown |4.10.0 Target Milestone|--- |4.10.0 Summary|Extremely long compile time |[4.10 Regression] Extremely |for generated code |long compile time for | |generated code Ever confirmed|0 |1 --- Comment #7 from Richard Biener --- (In reply to Richard Biener from comment #6) > 4.9 at -Os takes 5min and ~2.2GB of ram (points-to takes 20%, DF 33%) trunk at -Os takes 15min and ~2.1GB of ram (dominator optimization takes 67%) trunk at -O1 takes 14min and ~2GB of ram (still DOM at 62%) So it seems that on trunk DOM regressed a lot. Confirmed as 4.10 regression.