Runtime/Compilation speed comparison of clang, gcc, icc on Intel Atom.
http://macles.blogspot.com/2010/08/intel-atom-icc-gcc-clang.html
P.S: Not my blog, just thought it would be interesting to share here.
Runtime/Compilation speed comparison of clang, gcc, icc on Intel Atom.
http://macles.blogspot.com/2010/08/intel-atom-icc-gcc-clang.html
P.S: Not my blog, just thought it would be interesting to share here.
Yep, interesting results. Atom is an in order chip, and llvm has no tuning for it, so it’s not too surprising that llvm performance on atom isn’t great.
-Chris