Re: Calling conventions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Calling conventions
Дата
Msg-id 200907171832.13082.peter_e@gmx.net
обсуждение исходный текст
Ответ на Calling conventions  (Matthew Wakeling <matthew@flymine.org>)
Ответы Re: Calling conventions
Re: Calling conventions
Список pgsql-performance
On Friday 17 July 2009 16:40:40 Matthew Wakeling wrote:
> I'm considering rewriting a postgres extension (GiST index bioseg) to make
> it use version 1 calling conventions rather than version 0.
>
> Does anyone have any ideas/opinions/statistics on what the performance
> difference is between the two calling conventions?

Version 1 is technically slower if you count the number of instructions, but
considering that everyone else, including PostgreSQL itself, uses version 1,
and version 0 has been deprecated for years and will break on some
architectures, it should be a no-brainer.

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: cluster index on a table
Следующее
От: Matthew Wakeling
Дата:
Сообщение: Re: Calling conventions