Re: GCC 4.0 on Mac OS X

From: Matthew Hixson <hixson(at)poindextrose(dot)org>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: GCC 4.0 on Mac OS X
Date: 2005-05-20 23:11:33
Message-ID: 9A82AFEF-659F-418A-9744-1169396DDB41@poindextrose.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On May 20, 2005, at 3:00 PM, Tom Lane wrote:

> Matthew Hixson <hixson(at)poindextrose(dot)org> writes:
>
>> Just wondering if the Postgres hackers have done any performance
>> measurements on Postgres compiled with GCC 3.x against Postgres
>> compiled with GCC 4.0. I'm wondering whether or not the auto-
>> vectorization stuff in 4.0 provides any performance improvements to
>> Postgres 8.0.x.
>>
>
> Offhand I'd not expect auto-vectorization to be much help for
> Postgres,
> but you never know till you try ...

While cruising the vast and global interweb I found myself here

http://gnu.ghks.de/software/gcc/projects/tree-ssa/vectorization.html

and while that's a bit over my head I gathered that GCC 4.0 would
provide "more better" performance.
-M@

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Steve Crawford 2005-05-20 23:43:07 Re: Finding IP of front end
Previous Message Tom Lane 2005-05-20 22:00:55 Re: GCC 4.0 on Mac OS X