[PATCH] D32177: Using address range map to speedup finding inline stack for address.
Dehao Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 18 12:44:00 PDT 2017
danielcdh updated this revision to Diff 95610.
danielcdh added a comment.
update with more comments.
As discussed offline. IntervalMap does not support range splitting, which will be non-trivial to implement. So we still use std:map for the address lookup in AddrDieMap.
https://reviews.llvm.org/D32177
Files:
include/llvm/DebugInfo/DWARF/DWARFDie.h
include/llvm/DebugInfo/DWARF/DWARFUnit.h
lib/DebugInfo/DWARF/DWARFDie.cpp
lib/DebugInfo/DWARF/DWARFUnit.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32177.95610.patch
Type: text/x-patch
Size: 5192 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170418/3b423a83/attachment.bin>
More information about the llvm-commits
mailing list