Make LWLockAcquireCommon() inline?

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Make LWLockAcquireCommon() inline?
Дата
Msg-id 20140830122240.GD8526@awork2.anarazel.de
обсуждение исходный текст
Ответы Re: Make LWLockAcquireCommon() inline?  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
Hi,

when profiling optimized builds (linux, gcc 4.9) it's currently
LWLockAcquireCommon() showing up, not it's callers. Instruction level
profiles show that the tests for valptr show up in profiles to some
extent. Since most callers don't need the valptr logic it seems prudent
to mark the function inline which will then eliminate the superflous
branches.

Arguments against?

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Atri Sharma
Дата:
Сообщение: Re: COPY and heap_sync
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: delta relations in AFTER triggers