Re: spinlock contention

Поиск
Список
Период
Сортировка
От Stefan Kaltenbrunner
Тема Re: spinlock contention
Дата
Msg-id 4E17682C.7080506@kaltenbrunner.cc
обсуждение исходный текст
Ответ на Re: spinlock contention  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: spinlock contention
Список pgsql-hackers
On 07/08/2011 04:21 PM, Tom Lane wrote:
> Florian Pflug <fgp@phlo.org> writes:
>> Patch attached.
> 
>> Beware that it needs at least GCC 4.1, otherwise it'll use a per-partition
>> spin lock instead of "locked xadd" to increment the shared counters.
> 
> That's already sufficient reason to reject the patch.  Not everyone
> uses gcc, let alone very recent versions of gcc.

hmm - 4.1.0 was released in february 2006, which will be much older than
even the 5 year support policy we have on pg when 9.2 will be released,
not sure how much it will matter if we don't support as specific
optimization on a gcc that old..


Stefan



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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: [v9.2] Fix leaky-view problem, part 1
Следующее
От: Florian Pflug
Дата:
Сообщение: Re: spinlock contention