This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: C++ compile-time regressions (was: GCC 3.0.1 Status Report)



> I'm rather sure, though, that g++ is not generating efficient code for
> complicated, nested STL and STL-like structures in the presence of
> libstdc++-v3 (iterators are now classes instead of pointers).

But the classes have one member, so we should still be getting equivalent
code, provided that we get ADDRESSOF working as well as it did in 2.95.x.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]