Anyone here has benchmarked Intel C++ compiler and GCC?

前端 未结 9 2003
粉色の甜心
粉色の甜心 2021-01-30 22:14

I am not sure whether I should post this question here, because this seems to be a programming-oriented website.

Anyway, I think there must be some gurus here who knows

9条回答
  •  情深已故
    2021-01-30 22:38

    We use the Intel compiler on our product (DB2), on Linux and Windows IA32/AMD64, and on OS X (i.e. all our Intel platform ports except SunAMD).

    I don't know the numbers, but the performance is good enough that we:

    • pay for the compiler which I'm told is very expensive.
    • live with the 2x times slower build times (primarily due to the time it spends acquiring licenses before it allows itself to run).

提交回复
热议问题