This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: [patch] debug mode


On 08/18/2010 03:14 PM, Paolo Carlini wrote:
> OOps, I misread your patch, you are by and large already doing this. But
> we want to check debug-mode performance in this case, right? Thus, *in
> these specific cases*, I think the tests *should* #define _GLIBCXX_DEBUG.
>   
Or *both* normal mode and debug-mode, useful for comparison: You can do
it in various ways, either duplicating the tests, one of each pair
defining _GLIBCXX_DEBUG and prefixed or suffixed debug in the name, or
in more sophisticated ways... up to you.

Paolo.


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