[Bug libstdc++/53263] priority_queue is very slow if -D_GLIBCXX_DEBUG is used
paolo.carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Mon May 7 12:06:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53263
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fdumont at gcc dot gnu.org
Severity|normal |enhancement
--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-05-07 12:05:40 UTC ---
I don't think we are making any promises in terms of debug-mode performance. Is
it better for other debug-mode implementations doing checks of similar
strength?
Maybe Francois has ideas, adding him in CC. If I remember correctly, in some
cases we have been able to make progress rather easily by simply going to
unchecked iterators before forwarding to internal implementation details.
More information about the Gcc-bugs
mailing list