We've been using this patch in Android so we can avoid including the
demangler in libc++.so. It comes with a rather large cost in RSS and
isn't commonly needed.
Details
Details
- Reviewers
EricWF ldionne compnerd - Group Reviewers
Restricted Project - Commits
- rG866d480fe054: [libc++abi] Add an option to avoid demangling in terminate.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I can sympathize with the desire to avoid the undecoration. Unless @ldionne has some reason why this is a poor choice to support, this seems okay to me.
Comment Actions
Thanks! Has been up for a while and I haven't heard any objections. Will submit and we can revert if issues are found.
Comment Actions
Sorry this got through the cracks.
The general idea looks alright to me, but it seems that you're still including the code for the demangler, aren't you?