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

From Neil Conway
Subject Re: fix for strict-alias warnings
Date
Msg-id 1066159190.19790.17.camel@tokyo
Whole thread Raw
In response to Re: fix for strict-alias warnings  (Manfred Spraul <manfred@colorfullife.com>)
Responses Re: fix for strict-alias warnings
List pgsql-patches
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.

-Neil



pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: fix for strict-alias warnings
Next
From: Tom Lane
Date:
Subject: Re: fix for strict-alias warnings