Hello,

On Sat, Mar 19 2022, Krishna Narayanan wrote:
> Hello,
> I have a doubt regarding the recursion part in demangle.c, what should
> be the expected report when the recursion limit has been
> reached,

Look at the comment of the d_demangle function.  In the new scheme of
things, the failure would essentially be a memory allocation failure.  

> Secondly the verbose which has to be printed for the C
> linkage, what should be the info that has to be displayed.

I'm not sure I understand, but the demangler should have exactly the
same output as now, only the internal implementation should change.

Good luck,

Martin

Reply via email to