[LLVMbugs] [Bug 18188] New: clang keeps multiple copies of the mangled names

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Dec 9 06:42:58 PST 2013


http://llvm.org/bugs/show_bug.cgi?id=18188

            Bug ID: 18188
           Summary: clang keeps multiple copies of the mangled names
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: unassignedclangbugs at nondot.org
          Reporter: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

We have at least 3:
 llvm::StringMap<GlobalDecl> DeferredDecls;

 llvm::DenseMap<GlobalDecl, StringRef> MangledDeclNames;
 llvm::BumpPtrAllocator MangledNamesAllocator;

and the llvm GlobalValue. DeferredDecls is cleared as GlobalValues as created,
but MangledDeclNames seems redundant.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131209/5c61aca9/attachment.html>


More information about the llvm-bugs mailing list