From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31273 invoked by alias); 21 Jun 2012 12:47:12 -0000 Received: (qmail 31263 invoked by uid 22791); 21 Jun 2012 12:47:11 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED,TW_VB X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 21 Jun 2012 12:46:59 +0000 From: "vbyakovl23 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/53726] [4.8 Regression] aes test performance drop for eembc_2_0_peak_32 Date: Thu, 21 Jun 2012 12:47: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-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vbyakovl23 at gmail dot com X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2012-06/txt/msg01468.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53726 --- Comment #19 from Vladimir Yakovlev 2012-06-21 12:46:11 UTC --- (In reply to comment #13) > (In reply to comment #10) > > I've tried without static. Runtimes is still the same. > > It doesn't match what I saw. On Atom D510: > > /export/gnu/import/git/gcc-regression/master/188261/usr/bin/gcc -ansi -O3 > -ffast-math -msse2 -mfpmath=sse -m32 -march=atom m.c test.c -o new > time ./new > ./new 58.46s user 0.00s system 99% cpu 58.479 total > /export/gnu/import/git/gcc-regression/master/188259/usr/bin/gcc -ansi -O3 > -ffast-math -msse2 -mfpmath=sse -m32 -march=atom m.c test.c -o old > time ./old > ./old 58.38s user 0.00s system 99% cpu 58.490 total I rechecked there is no regression without static on Sundy Bridge nor Atom.