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

            Bug ID: 22782
           Summary: Add bitcode abbreviations for commonly used debug info
                    nodes
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Bitcode Writer
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]
    Classification: Unclassified

While adding specialized nodes for bug 22464, I only wrote explicit
abbreviations for a couple types of nodes.

I imagine we can do better than this.  At the very least the field for
'isDistinct()' can be shrunk to a single bit.  It may not be worth the
complexity for nodes that are rarely occurring, but we should at least
investigate the impact on bitcode size.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to