Re: LWLock optimization for multicore Power machines

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: LWLock optimization for multicore Power machines
Дата
Msg-id 5493.1491434651@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: LWLock optimization for multicore Power machines  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> On 2017-04-03 11:56:13 -0700, Andres Freund wrote:
>> Have you done x86 benchmarking?

> I think unless such benchmarking is done in the next 24h we need to move
> this patch to the next CF...

In theory, inlining the _impl function should lead to exactly the same
assembly code as before, on all non-PPC platforms.  Confirming that would
be a good substitute for benchmarking.

Having said that, I'm not sure this patch is solid enough to push in
right now, and would be happy with seeing it pushed to v11.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: PATCH: recursive json_populate_record()
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [PROPOSAL] Temporal query processing with range types