From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7322 invoked by alias); 2 Feb 2005 11:51:04 -0000 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 Received: (qmail 7182 invoked by alias); 2 Feb 2005 11:50:57 -0000 Date: Wed, 02 Feb 2005 11:51:00 -0000 Message-ID: <20050202115057.7181.qmail@sourceware.org> From: "hubicka at ucw dot cz" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050131123257.19721.steven@gcc.gnu.org> References: <20050131123257.19721.steven@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug middle-end/19721] [meta-bug] optimizations that CSE still catches X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg00193.txt.bz2 List-Id: ------- Additional Comments From hubicka at ucw dot cz 2005-02-02 11:50 ------- Subject: Re: [meta-bug] optimizations that CSE still catches > > ------- Additional Comments From stevenb at suse dot de 2005-02-02 09:21 ------- > Subject: Re: [meta-bug] optimizations that CSE still catches > > On Monday 31 January 2005 22:35, law at redhat dot com wrote: > > Note I would _STRONGLY_ recommend people look at more than just the > > compiler when evaluating the old CSE code. In particular it is > > important that we look at things like 64bit arithmetic on 32bit > > hosts (which happens often in kernels, but not nearly as often > > in user level benchmarks). > > I was told crafty has a lot of 64bits arithmetic, so the -m32 > numbers for crafty should be an indication of possible regressions > in that area. And those numbers look OK to me. Crafty is special by using 64bit values as bitmaps rather then numbers, so it don't do addition/multiplication and friends much that produces most lousy artefacts. Honza > > If I can find some time, I'll try another benchmark suite to see > the effects of CSE path following are significant enough to still > be worth its cost. > > > -- > > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19721 > > ------- You are receiving this mail because: ------- > You are on the CC list for the bug, or are watching someone who is. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19721