Re: Speed up clean meson builds by ~25%

Поиск
Список
Период
Сортировка
От Jelte Fennema-Nio
Тема Re: Speed up clean meson builds by ~25%
Дата
Msg-id CAGECzQQMNTWWXq1Es3JvqEv=Yk5uUv3buLictYvdvjZd79uBbQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Speed up clean meson builds by ~25%  (Alexander Lakhin <exclusion@gmail.com>)
Ответы Re: Speed up clean meson builds by ~25%  (Alexander Lakhin <exclusion@gmail.com>)
Список pgsql-hackers
On Mon, 8 Apr 2024 at 10:00, Alexander Lakhin <exclusion@gmail.com> wrote:
> As I wrote in [1], I didn't observe the issue with clang-18, so maybe it
> is fixed already.
> Perhaps it's worth rechecking...

Using the attached script I got these timings. Clang is significantly
slower in all of them. But especially with -Og the difference between
is huge.

gcc 11.4.0: 7.276s
clang 18.1.3: 17.216s
gcc 11.4.0 --debug: 7.441s
clang 18.1.3 --debug: 18.164s
gcc 11.4.0 --debug -Og: 2.418s
clang 18.1.3 --debug -Og: 14.864s

I reported this same issue to the LLVM project here:
https://github.com/llvm/llvm-project/issues/87973

Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: LogwrtResult contended spinlock
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Experiments with Postgres and SSL