[llvm-bugs] [Bug 33523] New: Add a global hotness threshold for emitting remarks

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jun 20 01:21:41 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=33523

            Bug ID: 33523
           Summary: Add a global hotness threshold for emitting remarks
           Product: tools
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: opt-viewer
          Assignee: unassignedbugs at nondot.org
          Reporter: anemet at apple.com
                CC: anemet at apple.com, llvm-bugs at lists.llvm.org

For large programs, it makes no sense to emit remarks on cold code.  If PGO is
available we should not emit remarks on cold code.  This should dramatically
improve the performance of opt-viewer since that is bottlenecked on YAML
parsing.

-- 
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/20170620/9154111e/attachment.html>


More information about the llvm-bugs mailing list