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++/53263] priority_queue is very slow if -D_GLIBCXX_DEBUG is used


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.


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