Re: GCC 8.3.0 vs. 9.0.1

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: GCC 8.3.0 vs. 9.0.1
Дата
Msg-id CAH2-WzmvCYeQUVgaoeQBxKpBoGU8v4vbNPObFeydBjNcW2SQNA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: GCC 8.3.0 vs. 9.0.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: GCC 8.3.0 vs. 9.0.1
Список pgsql-performance
On Tue, May 7, 2019 at 10:06 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> 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.

Or a compiler bug. Link-time optimizations give the compiler a view of
the program as a whole, not just a single TU at a time. This enables
it to perform additional aggressive optimization.

-- 
Peter Geoghegan



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: GCC 8.3.0 vs. 9.0.1
Следующее
От: Andres Freund
Дата:
Сообщение: Re: GCC 8.3.0 vs. 9.0.1