This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [patch] debug mode
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: François Dumont <francois dot cppdevs at free dot fr>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Wed, 18 Aug 2010 15:14:35 +0200
- Subject: Re: [patch] debug mode
- References: <4C4F3C54.8020106@free.fr> <4C50900B.6030705@oracle.com> <4C53E2FD.5070206@free.fr> <4C545CB5.4090902@oracle.com> <4C545E6D.5050409@oracle.com> <4C6BD03E.1050706@free.fr> <4C6BDBFB.6000307@oracle.com>
On 08/18/2010 03:11 PM, Paolo Carlini wrote:
> Looks good. But if we are talking about performance, those tests belong
> to testsuite/performance and should use the timing infrastructure
> already in place.
>
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.
Paolo.