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: [PING][PATCH][RFC] vterminate use of malloc-less demangler



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



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