Re: GCC 8.3.0 vs. 9.0.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: GCC 8.3.0 vs. 9.0.1
Дата
Msg-id 4470.1557248759@sss.pgh.pa.us
обсуждение исходный текст
Ответ на GCC 8.3.0 vs. 9.0.1  (Steven Winfield <Steven.Winfield@cantabcapital.com>)
Ответы Re: GCC 8.3.0 vs. 9.0.1  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-performance
Steven Winfield <Steven.Winfield@cantabcapital.com> writes:
> A few days ago a blog post appeared on phoronix.com[1] comparing GCC 8.3.0 against 9.0.1 on Intel cascadelake
processors.
> A notable difference was seen in the PostgreSQL benchmark (v10.3, pgbench, read/write, more detail below), both when
compilingwith -march=native and -march=skylake: 
> I'm interested to know the devs' take on this is - does GCC 9 contain some new feature(s) that are particularly well
suitedto compiling and optimising Postgres? Or was GCC 8 particularly bad? 

Given the described test setup, I'd put basically no stock in these
numbers.  It's unlikely that this test case's performance is CPU-bound
per se; more likely, I/O and lock contention are dominant factors.
So I'm afraid whatever they're measuring is a more-or-less chance
effect rather than a real system-wide code improvement.

It is an interesting report, all the same.

            regards, tom lane



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

Предыдущее
От: Steven Winfield
Дата:
Сообщение: GCC 8.3.0 vs. 9.0.1
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: GCC 8.3.0 vs. 9.0.1