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 10:02 PM, François Dumont wrote:
> Ok, I see what you mean even if I don't think the normal mode is
> useful. As far as I understand performance tests are here to check
> that modifications in the library do not impact performances. So I
> guess that library maintainers have scripts that run regularly to
> check that from one run to the other performances are always the same
> or better. I don't think those scripts will compare normal with debug
> mode tests. So I will force _GLIBCXX_DEBUG for the purpose of this patch.
I'm fine with that. Note that in general the performance testsuite, at
variance with the main one, isn't a -regression- testsuite, is about
performance more generally. Thus, certainly I would be also ok with
adding some snippets exercising performance-wise parts of the library
which we are not exercising already elsewhere, in normal mode.

Paolo.


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