[PATCH] [compiler-rt] Demangling for DlAddrSymbolizer

Alexey Samsonov vonosmas at gmail.com
Thu Mar 12 17:37:16 PDT 2015


FYI I'm ok with this patch. Allocating memory during report printing is bad, will roundtrip through our allocator, and can cause different side-effects. However, we can't do much better here. InternalSymbolizer we're using internally allocates a *lot* of memory, and we were able to get away with it for quite a while for now.


http://reviews.llvm.org/D8291

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list