Re: Wait free LW_SHARED acquisition - v0.2

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Wait free LW_SHARED acquisition - v0.2
Дата
Msg-id 20141008172344.GV7043@eldon.alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Wait free LW_SHARED acquisition - v0.2  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Wait free LW_SHARED acquisition - v0.2
Список pgsql-hackers
Robert Haas wrote:
> On Wed, Oct 8, 2014 at 8:47 AM, Andres Freund <andres@2ndquadrant.com> wrote:
> > I don't see that as being relevant. The difference is an instruction or
> > two - in the slow path we'll enter the kernel and sleep. This doesn't
> > matter in comparison.
> > And the code is *so* much more readable.
> 
> I find the slist/dlist stuff actually quite difficult to get right
> compared to a hand-rolled linked list.  But the really big problem is
> that the debugger can't do anything useful with it.  You have to work
> out the structure-member offset in order to walk the list and manually
> cast to char *, adjust the pointer, and cast back.  That sucks.

As far as I recall you can get gdb to understand those pointer games
by defining some structs or macros.  Maybe we can improve by documenting
this.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Wait free LW_SHARED acquisition - v0.2
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Context lenses to set/get values in json values.