This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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][RFC] Malloc-less demangler interface


Hi Ian (Simon, all)

Simon Baldwin <simonb@google.com> writes:

kay... all done as discussed. Thanks for the feedback/discussion.

Patch updated, retested, and attached. Please revisit.


Approved and committed as revision 121305.


I have just noticed this thread and I'd like to have your comments about the impact of the work on libstdc++/14493: in short, submitter complained that the what() function in the standard exception classes returns an un-demangled string. Then, I thought we could easily fix the problem by way of __cxa_demangle but quickly gave up exactly because of the allocation on the heap...

Thanks,
Paolo.


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