[cfe-commits] Mark virtual members used in a deterministic order

Rafael EspĂ­ndola rafael.espindola at gmail.com
Sun Aug 26 16:33:38 PDT 2012


> 4 Add a deterministic iterator to CXXFinalOverriderMap.
>

I decided to try to implement this and I think the result is a bit
better. The densemap in  CXXFinalOverriderMap now maps to indexes in a
vector of values. This works because we never remove an element from
it. When we want to iterate over all the values, we just use the
vector.

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: application/octet-stream
Size: 9640 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120826/8311890a/attachment.obj>


More information about the cfe-commits mailing list