On Sat, 2009-04-11 at 22:37 +0200, Thomas Neumann wrote: > Is there any reasonably simple way to find out why the C++ version is > slower? I can use something like oprofile, of course, but I thought > gcc can somehow give statistics about its internal times, which might > be more useful for a first approximation.
Try using -ftime-report. Ben