Re: New CRC algorithm: Slicing by 8

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: New CRC algorithm: Slicing by 8
Дата
Msg-id 28781.1161638607@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: New CRC algorithm: Slicing by 8  (Mark Kirkwood <markir@paradise.net.nz>)
Ответы Re: New CRC algorithm: Slicing by 8  (Mark Kirkwood <markir@paradise.net.nz>)
Re: New CRC algorithm: Slicing by 8  (Kenneth Marshall <ktm@it.is.rice.edu>)
Список pgsql-hackers
Mark Kirkwood <markir@paradise.net.nz> writes:
> Right - I think the regression is caused by libc and kernel being built 
> with gcc 3.4.6 and the test program being built with gcc 4.1.2. 

Why do you think that?  The performance of the CRC loop shouldn't depend
at all on either libc or the kernel, because they're not invoked inside
the loop.
        regards, tom lane


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

Предыдущее
От: Mark Kirkwood
Дата:
Сообщение: Re: New CRC algorithm: Slicing by 8
Следующее
От: Matthew O'Connor
Дата:
Сообщение: Re: [PATCHES] smartvacuum() instead of autovacuum