Re: [HACKERS] Fix performance of generic atomics

Поиск
Список
Период
Сортировка
От Aleksander Alekseev
Тема Re: [HACKERS] Fix performance of generic atomics
Дата
Msg-id 20170525145213.GA8892@e733.localdomain
обсуждение исходный текст
Ответ на [HACKERS] Fix performance of generic atomics  (Sokolov Yura <funny.falcon@postgrespro.ru>)
Список pgsql-hackers
Hi Yura,

> Attached patch contains patch for all generic atomic
> functions, and also __sync_fetch_and_(or|and) for gcc, cause
> I believe GCC optimize code around intrinsic better than
> around inline assembler.
> (final performance is around 86000tps, but difference between
> 83000tps and 86000tps is not so obvious in NUMA system).

I don't see any patch in my email client or pgsql-hackers@ archive. I
would also recommend to add your patch to the nearest commitfest [1].

[1] https://commitfest.postgresql.org/

--
Best regards,
Aleksander Alekseev

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Fix performance of generic atomics
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] Server ignores contents of SASLInitialResponse