Re: tweaking MemSet() performance - 7.4.5 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: tweaking MemSet() performance - 7.4.5
Date
Msg-id 5185.1095526902@sss.pgh.pa.us
Whole thread Raw
In response to Re: tweaking MemSet() performance - 7.4.5  (Manfred Spraul <manfred@colorfullife.com>)
List pgsql-hackers
Manfred Spraul <manfred@colorfullife.com> writes:
> That's the price you pay for weakly ordered memory access.
> Linux on ppc uses eieio, on ppc64 lwsync is used. Could you check if 
> they are faster?

I recall looking at lwsync and being concerned about portability
problems --- older assemblers will fail to recognize it.  I'd want
to see some hard evidence that changing sync to lwsync would be a
significant performance win before taking any portability risk here.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Jeroen T. Vermeulen"
Date:
Subject: Re: transaction idle timeout in 7.4.5 and 8.0.0beta2
Next
From: "Jeroen T. Vermeulen"
Date:
Subject: Re: transaction idle timeout in 7.4.5 and 8.0.0beta2