This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: New branch for STL Advisor
- From: Silvius Rus <rus at google dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>
- Cc: gcc at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org, bkoz at redhat dot com, David Li <davidxl at google dot com>, Lixia Liu <lixialiu at google dot com>
- Date: Fri, 11 Jul 2008 16:14:52 -0700
- Subject: Re: New branch for STL Advisor
- References: <4877D666.7070206@google.com> <16194767.1215814701225.JavaMail.oracle@acsmt305.oracle.com>
Paolo Carlini wrote:
libstdc++-v3 maintainers, could you please comment/advise?
Can you explain which is the role of the debug-mode code, here? Because certainly the *performance* of the debug-mode library have *nothing* to do with the performance of the "real" library (whether that could be improved, tweaked, or whatever, is another issue, already raised in the past). Or are you planning to use the debug-mode code only for *counting* the calls, etc, no actual timings?
Paolo.
Right now we are planning to do only *counting* and such, no actual
timing. This is something to consider though, in case we or someone
else want to use timers in the future. Our choice of debug-mode was
simply so that we would not touch the non-debug code.
Silvius