[PATCH] D17815: [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion.
Ben Craig via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 14 08:52:08 PDT 2016
bcraig added a subscriber: bcraig.
bcraig added a comment.
LGTM. I don't know if that's good enough for a submit though :)
In my opinion, requiring heap allocation during an exception is one of the worst parts of the Itanium ABI. At least this particular path isn't triggered for platforms with true thread_local support.
http://reviews.llvm.org/D17815
More information about the cfe-commits
mailing list