Re: optimize atomic exchanges

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема Re: optimize atomic exchanges
Дата
Msg-id 20231204181805.GA2148732@nathanxps13
обсуждение исходный текст
Ответ на Re: optimize atomic exchanges  (Nathan Bossart <nathandbossart@gmail.com>)
Ответы Re: optimize atomic exchanges
Список pgsql-hackers
On Thu, Nov 30, 2023 at 10:35:22PM -0600, Nathan Bossart wrote:
> One thing on my mind is whether we should bother with the inline assembly
> versions.  It looks like gcc has had __atomic since 4.7.0 (2012), so I'm
> not sure we gain much from them.  OTOH they are pretty simple and seem
> unlikely to cause too much trouble.

Barring objections or additional feedback, I think I'm inclined to press
forward with this one and commit it in the next week or two.  I'm currently
planning to keep the inline assembly, but I'm considering removing the
configuration checks for __atomic_exchange_n() if the availability of
__atomic_compare_exchange_n() seems like a reliable indicator of its
presence.  Thoughts?

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



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

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: Re: [PATCH] pg_convert improvement
Следующее
От: Davin Shearer
Дата:
Сообщение: Re: Emitting JSON to file using COPY TO