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

前端 未结 9 1921
粉色の甜心
粉色の甜心 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:51

    The MySQL team posted once that icc gave them about a 10% performanct boost over gcc. I'll try to find the link.

    In general I've found that the 'native' compilers perform better than gcc on their respective platforms

    edit: I was a little off. Typical gains were 20-30% not 10%. Some narrow edge cases got a doubling of performance. http://www.mysqlperformanceblog.com/files/presentations/LinuxWorld2004-Intel.pdf

提交回复
热议问题