[PATCH] [analyzer] Fix inefficiency in dead symbol removal

Jordan Rose jordan_rose at apple.com
Fri Aug 16 09:52:19 PDT 2013


  I just had a thought: since every LazyCompoundVal is backed by uniqued LazyCompoundValData, we can just use that as a key in the existing map. Keeps complexity down. What do you think?

  (Oh, and feel free to change the map to a DenseSet if you want. This code predates the introduction of the DenseSet interface.)

http://llvm-reviews.chandlerc.com/D1398



More information about the cfe-commits mailing list