This is a refactoring patch.
- Reduce the number of map searches by reusing the iterator.
- Add asserts to check that the entry is in the cache, as this is something BasicAA relies on to avoid infinite recursion.
Differential D59151
[BasicAA] Reduce no of map searches. Assert map entry exists. [NFCI] asbirlea on Mar 8 2019, 1:23 PM. Authored by
Details This is a refactoring patch.
Diff Detail
Event Timeline
Comment Actions Address comment.
Comment Actions LGTM, really nice!
|