Re: Processor optimization compile options? - Mailing list pgsql-performance

From Alexander Kirpa
Subject Re: Processor optimization compile options?
Date
Msg-id 41C674F7.11670.6A82BE2@localhost
Whole thread Raw
In response to Processor optimization compile options?  (Josh Berkus <josh@agliodbs.com>)
List pgsql-performance
Starting from 7.4.1 on P4 and FreeBSD 5.x (exclude 5.0 - gcc in this
edition have optimization error)
I use next configure command
----------------------------------
./configure --prefix=/opt/postgres-7.4.1 --with-pgport=5432
        --with-pam --enable-syslog --enable-depend
        'CFLAGS= -O3 -pipe -mfpmath=sse -msse2 -msse
        -mmmx -march=pentium4 -mcpu=pentium4'
---------------------------------
w/o any problem.
As I remember improvement as always task depended and
have 30-100%.

Best regards,
 Alexander Kirpa


pgsql-performance by date:

Previous
From: kondo_yo@itg.hitachi.co.jp
Date:
Subject: Re: Question of performance of version 8
Next
From: Ron Mayer
Date:
Subject: Tips for a system with _extremely_ slow IO?