Re: [9fans] kencc benchmark vs gcc

2014-10-20 Thread Bruce Ellis
Then again if I'm writing a multi-threaded program then go blows gcc out of the water. brucee On 18/10/2014 8:18 AM, "Anthony Sorace" wrote: > There have been many over the years (I think the original papers present > something), but I've not seen anything current enough to be useful. The > very

Re: [9fans] kencc benchmark vs gcc

2014-10-17 Thread Anthony Sorace
There have been many over the years (I think the original papers present something), but I've not seen anything current enough to be useful. The very short version: gcc almost always produces faster executables from the same code.

[9fans] kencc benchmark vs gcc

2014-10-17 Thread Yoann Padioleau
Hi, Is there any benchmark results comparing kencc (e.g. 8c) vs gcc, clang, etc? I’m interested mainly in the speed of the generated code, not so much in the time it takes to compile something.