"H.J. Lu" <hjl.to...@gmail.com> writes: > I don't have such programs at hand. Will timings from gccgo, which is > written in C++, help?
gccgo by itself is not really a large C++ program. It's only about 50,000 lines of C++. Building gcc with --enable-build-with-cxx would get you a large C++ program, but of course it would not be very typical of C++ programs. Ian