Re: Shave a few instructions from child-process startup sequence

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Shave a few instructions from child-process startup sequence
Дата
Msg-id 17586.1394296002@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Shave a few instructions from child-process startup sequence  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> On Sun, Dec  1, 2013 at 12:07:21PM -0500, Gurjeet Singh wrote:
>> Yes, this is a performance patch, but as the subject says, it saves a few
>> instructions. I don't know how to write a test case that can measure savings of
>> skipping a few instructions in a startup sequence that potentially takes
>> thousands, or even millions, of instructions.

> Are we saying we don't want this patch?

I don't --- I think it makes the code less robust for no gain worthy
of the name.
        regards, tom lane



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

Предыдущее
От: Atri Sharma
Дата:
Сообщение: Re: Selection of join algorithm.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Is SPI safe to use in multi-threaded PL/Java?