This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PING][PATCH][RFC] vterminate use of malloc-less demangler
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Simon Baldwin <simonb at google dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Mon, 12 Feb 2007 18:27:11 +0100
- Subject: Re: [PING][PATCH][RFC] vterminate use of malloc-less demangler
- References: <45CCE3FB.3040406@google.com>
Please review
http://gcc.gnu.org/ml/gcc-patches/2007-01/msg02435.html
Questions:
1) do you have a testcase? Seems as if this is the case. Can you please
include it?
2) Are you planning on making this new function available to other users
besides the verbose terminate handler? If so, the declaration should go
below cxa_demangle in cxxabi.h and the function should be exported. If
not, the declaration should be removed.
3) Do you see any other functions in libsupc++ that start with
__gcclibcxx_? If not, what do the rest of the runtime functions start
with, and what do you think about using that prefix?
best,
benjamin