On Aug 6, 2004, at 9:53 PM, John Sheahan wrote:
Yup. I believe it's really a multiplatform vs. performance tradeoff.- compatibility with other platforms (there are machines other than x86 boxes out there)What sorts of gains do you hope for, adding more compilers?
-Dave- compatibility with compilers whose output is much faster than GCC
While gcc seems to do a great job of supporting multiple platforms, there does seem to be
the occasional performance question.
I for one would be interested in hearing the order of performance improvements possibleOne data point that I have involves an image processing system I wrote that grabs frames (NTSC, full-motion video) from multiple video cameras and chews on them in real time. When eating frames from 16 cameras, it eats ~48% of the CPU in a Sun Netra X1 (400MHz UltraSPARC-IIe) when compiled with GCC, and ~29% when compiled with Sun's compiler.
by compiler choice. In many applications verilog throuput is important.