This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug libstdc++/46659] std::list iterator debugging (_GLIBCXX_DEBUG) is much slower than stlport's one.


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46659

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> 2010-12-07 21:40:38 UTC ---
With current mainline 200000 elements finishes in 0.1s on my x86_64 system,
which is only 5 times slower than non-debug mode.

That's compared with 5m36s with 4.5's debug mode.

I think it's safe to say FranÃois has fixed it :)


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