Re: 32 vs 64 bit build on Solaris Sparc

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joseph Conway <mail(at)joeconway(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: 32 vs 64 bit build on Solaris Sparc
Date: 2010-08-11 15:23:21
Message-ID: 6023.1281540201@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Joseph Conway <mail(at)joeconway(dot)com> writes:
> Also semi-related question: when building from source, using gcc,
> enabling debug (but *not* assert) is normally not much of a performance
> hit. Is the same true if you build with the Sun CC?

Most non-gcc compilers disable optimization altogether if you enable
debug :-(. Perhaps that isn't true of Sun's, but I'd check its
documentation before considering --enable-debug for a production build.

regards, tom lane

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Alvaro Herrera 2010-08-11 15:54:17 Re: Sorted group by
Previous Message Joseph Conway 2010-08-11 15:17:43 32 vs 64 bit build on Solaris Sparc