Re: Curious buildfarm failures (fwd)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Curious buildfarm failures (fwd)
Дата
Msg-id 25326.1358350625@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Curious buildfarm failures (fwd)  (Sergey Koposov <koposov@ast.cam.ac.uk>)
Список pgsql-hackers
Sergey Koposov <koposov@ast.cam.ac.uk> writes:
> On Wed, 16 Jan 2013, Andres Freund wrote:
>> What about switching to -O1 of 11.1?

> I don't know. It is up to -hackers to decide. I think that icc on ia64 
> have shown bugginess time after time. But if you think that buildfarm 
> with icc 11.1 -O1 carry more information than say running gcc, i can 
> still run icc.

I think the reason that this bug doesn't manifest at -O1 is that then
icc doesn't attempt to do any loop unrolling/vectorizing.  So that's a
big chunk of potential optimization bugs we'd be dodging.  It's hard to
say whether that renders the test worthless in comparison with what
people would try to do in production.  Should we recommend that people
not try to use -O2 or higher with icc on IA64?

IMO it's important that we have some icc members in the buildfarm, just
because it's useful to see a different compiler's take on warnings.
We do have some icc-on-mainstream-Intel members, but not many.

Perhaps Sergey should use 10.1, which so far appears to not have so many
bugs.
        regards, tom lane



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: json api WIP patch
Следующее
От: Noah Misch
Дата:
Сообщение: Re: CF3+4 (was Re: Parallel query execution)