Re: x86-64 and PostgreSQL

Поиск
Список
Период
Сортировка
От James H. Cloos Jr.
Тема Re: x86-64 and PostgreSQL
Дата
Msg-id m3of6aewwg.fsf@lugabout.jhcloos.org
обсуждение исходный текст
Ответ на Re: x86-64 and PostgreSQL  (Ron Johnson <ron.l.johnson@cox.net>)
Список pgsql-performance
>>>>> "Ron" == Ron Johnson <ron.l.johnson@cox.net> writes:

Ron> Also, since (at least on the gcc-3.2 compiler) a "long" and "int"
Ron> are still 32 bits (64 bit scalars are of type "long long"),

According to the draft x86-64 psABI¹, which is to become the
System V psABI for the x86-64 architecture, sizeof(long) == 8.

This does seem necessary as most code tends to presume that an
unsigned long can hold a pointer....

-JimC

¹ http://www.x86-64.org/abi.pdf

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

Предыдущее
От: Rudi Starcevic
Дата:
Сообщение: subscribe
Следующее
От: "Seth Robertson"
Дата:
Сообщение: Postgres 7.3.1 poor insert/update/search performance esp WRT Oracle