Re: tweaking MemSet() performance - 7.4.5

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: tweaking MemSet() performance - 7.4.5
Дата
Msg-id 5185.1095526902@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: tweaking MemSet() performance - 7.4.5  (Manfred Spraul <manfred@colorfullife.com>)
Список 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 по дате отправления:

Предыдущее
От: "Jeroen T. Vermeulen"
Дата:
Сообщение: Re: transaction idle timeout in 7.4.5 and 8.0.0beta2
Следующее
От: "Jeroen T. Vermeulen"
Дата:
Сообщение: Re: transaction idle timeout in 7.4.5 and 8.0.0beta2