Re: fix for strict-alias warnings - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: fix for strict-alias warnings
Date
Msg-id Pine.LNX.4.44.0310142228450.22628-100000@peter.localdomain
Whole thread Raw
In response to Re: fix for strict-alias warnings  (Neil Conway <neilc@samurai.com>)
Responses Re: fix for strict-alias warnings  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
Neil Conway writes:

> On Tue, 2003-10-14 at 15:00, Manfred Spraul wrote:
> > I think we must either add -fno-strict-aliasing, or switch to the c
> > compiler memset functions for gcc.
>
> The last time we did some benchmarking, using the builtin memset()
> imposes a significant performance penalty on plenty of different
> platforms.

The last time I did some testing, the builtin memset() was significantly
faster on plenty of different platforms.

--
Peter Eisentraut   peter_e@gmx.net


pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: fix for strict-alias warnings
Next
From: Manfred Spraul
Date:
Subject: Re: fix for strict-alias warnings