Re: Improving spin-lock implementation on ARM.

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: Improving spin-lock implementation on ARM.
Дата
Msg-id CAPpHfdttqGxB4khzZWEZic1EFyBcqRhDOD2Fmp3z+Vmfyqd0hw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Improving spin-lock implementation on ARM.  (Krunal Bauskar <krunalbauskar@gmail.com>)
Ответы Re: Improving spin-lock implementation on ARM.  (Krunal Bauskar <krunalbauskar@gmail.com>)
Список pgsql-hackers
On Mon, Nov 30, 2020 at 7:00 AM Krunal Bauskar <krunalbauskar@gmail.com> wrote:
> 3. Problem with GCC approach is still a lot of distro don't support gcc 9.4 as default.
>     To use this approach:
>     * PGSQL will have to roll out its packages using gcc-9.4+ only so that they are compatible with all aarch64
machines
>     * but this continues to affect all other users who tend to build pgsql using standard distro based compiler.
(unlessthey upgrade compiler).
 

I think if a user, who runs PostgreSQL on a multicore machine with
high-concurrent load, can take care about installing the appropriate
package/using the appropriate compiler (especially if we publish
explicit instructions for that).  In the same way such advanced users
tune Linux kernel etc.

BTW, how do you get that required gcc version is 9.4?  I've managed to
use LSE with gcc 9.3.

------
Regards,
Alexander Korotkov



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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: Improving spin-lock implementation on ARM.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Printing LSN made easy