[llvm] r204162 - Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary.
Adrian Prantl
aprantl at apple.com
Fri Mar 21 15:29:17 PDT 2014
On Mar 21, 2014, at 11:06 AM, Eric Christopher <echristo at gmail.com> wrote:
> So where are we with this patch series then, it seems like nearly all
> of it should have been reverted at this point except for:
>
> a) Converting things to use references where applicable,
There are still a bunch of fixme’s left in DebugInfo.h, but I think I converted the largest remaining chunk in r204104. What’s left is mostly DIScopes.
> b) Handling the retained type map - Dave's email in this thread seems
> to be the right path, and
Basically building the DITypeIdentifierMap and then iterating over it instead of going through the list of retained types _and_ then looking them up in the map.
I’ll see if I can get to that one.
> c) We should keep the testcases :)
I’m trying my best here.
-- adrian
> So, what's up and where are we?
>
> -eric
More information about the llvm-commits
mailing list