New Intel Compiler Released 35
swsnyder writes "A new toy to play with: new Intel compiler (v7.0) available for download at Intel's site. The Windows version is a time limited eval version, but the Linux version is free for non-commercial use. This version is claimed to be even more GCC-compatible that the last version, though I haven't verified this yet."
Is there (Score:1, Funny)
Redundant (Score:5, Funny)
You're posting to slashdot. Of course you haven't verified it.
Kettle? (Score:3, Funny)
someone still hasn't had his coffee... (Score:2, Funny)
Re:someone still hasn't had his coffee... (Score:3, Interesting)
If only companies worked this quick...
compatible? (Score:5, Funny)
shouldn't it be more standards compliant
?
Re:compatible? (Score:4, Informative)
shouldn't it be more standards compliant
Nope, being more compatible with gcc implies it supports more gcc extensions. That's one reason why the Linux kernel used to break so much between gcc versions, as gcc is chock full of neat and not so neat extensions to the C language.
Chris
Re:compatible? (Score:1)
Re:compatible? (Score:1)
Repost (Score:1)
Thanks for Posting This Update! (Score:3, Funny)
--
The right to be heard does not include the right to be taken seriously
Repeat (Score:1)
Dupe (Score:2)
http://developers.slashdot.org/article.pl?sid=0
No way... (Score:1)
Actually there have been three dupes today, (Score:2)
http://developers.slashdot.org/article.pl?sid=02/1 1/25/1559231&mode=thread&tid=118 [slashdot.org]
http://science.slashdot.org/article.pl?sid=02/11/2 5/1226222&mode=thread&tid=134 [slashdot.org]
http://slashdot.org/article.pl?sid=02/11/25/032422 1&mode=thread&tid=111 [slashdot.org]
Don't worry Hemos, we all have days like that. ;) It is interesting stuff at least.
This reminds me of something... (Score:1)
Hemos, you should just pick the 'n' option I think.
GCC Compatable? (Score:3, Interesting)
Re:GCC Compatable? (Score:1)
Re:GCC Compatable? (Score:2, Informative)
Yeah, that's about it. GCC continues to produce mediocre code for the P4 and Itanium. (The latter's very significant - some reports of 50% slower.) There are efforts to fix this but Intel has a significant lead.
The other advantage is vectorization - Intel's compiler makes much better use of MMX/SSE/SSE2 than GCC does. I don't know how ICC compares to VectorC [codeplay.com] but I'd guess they'd have the edge back by now.
Re:GCC Compatable? (Score:2)
GCC's big advantage is portability, not quality of optimization. I wouldn't go so far as to say that GCC sucks, but it's mediocre at best.
Re:GCC Compatable? (Score:2)
Something that's fun, for the geeks out there (what am I doing, this is slashdot) is to turn the optimisation up to full whack but leave the debug symbols in
Dave
Is Intel ICC 7.0 ABI compatible with GCC 3.2 ABI? (Score:2)
Re:Is Intel ICC 7.0 ABI compatible with GCC 3.2 AB (Score:2)
Compile Kernel (Score:2)
Re:Compile Kernel (Score:2)
Dave
Re:Compile Kernel (Score:1)
Yeah, it appears ICC generated code is 30-50% faster than code generated by GCC.
check out this benchmark
http://www.coyotegulch.com/reviews/intel_comp/in tel_gcc_bench2.html