• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

which benchmark approximates C/C++ compilation times?

programmer

Senior member
When motherboards and CPUs are reviewed, they typically include a number of 3D-related benchmarks, and some other synthetic and utility applications (winrar, etc.)

I am interested in getting the fastest compile times for C/C++ (and some Java). Does any of the usual benchmarks give a better indication of compilation times, specifically for Microsoft's compiler (visual studio 6 and newer) and gcc.

I am guessing that an Athlon 64 (3000/3200/3500) would make for a great build machine platform, but wanted to see how Intel EMT64 P4 stacks up. Or if I can get by with one of the newer 64-bit Semprons. I think the C compilers are single-threaded, and probably don't need very much cache...and may not benefit from the integrated memory controller on 939-based chips. ( The 64-bitness is required to compile and verify 64-bit specific code. )

Cheers and thanks to all.
 
Back
Top