Re: [HACKERS] "may be unused" warnings for gcc

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] "may be unused" warnings for gcc
Дата
Msg-id d7d56258-a632-43e9-fdf2-4d35e257c8ad@2ndquadrant.com
обсуждение исходный текст
Ответ на [HACKERS] "may be unused" warnings for gcc  (Andres Freund <andres@anarazel.de>)
Ответы Re: [HACKERS] "may be unused" warnings for gcc  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On 2/20/17 09:41, Andres Freund wrote:
> When building with a new-ish gcc (6.3.0 right now, but I've seen this
> for a while) with optimization I get a number of warnings:

These all look like related to inlining/-O3.

I have attempted to fix these in the past, but I have found that -O3
doesn't get any performance improvement, so I haven't bothered lately.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [HACKERS] Speedup twophase transactions
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] mat views stats