search for: 0cf7b4b1

Displaying 2 results from an estimated 2 matches for "0cf7b4b1".

2018 Nov 28
2
DebugInfo proposal: Emit an explicit empty address range on CUs with no code addresses
...t has no code ranges (low/high > pc zero? Could pick anything, but that seems the most obvious) > > > > Thanks, > > - Dave > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181128/0cf7b4b1/attachment.html>
2018 Nov 28
2
DebugInfo proposal: Emit an explicit empty address range on CUs with no code addresses
So I've been looking at a particular performance problem with LLVM's symbolizer due to the use of ThinLTO, split DWARF, and split DWARF inlining info. This combination has a couple of problems: 1) it means multiple CUs in a single DWO, which isn't well defined/specified, and best avoided - so I'm working on fixing that here (won't fix split DWARF+Full LTO) because we already