[PATCH] D27991: Optimize objdump -objc-meta-data

Dave Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 2 17:26:37 PST 2017


kastiglione added a comment.

> I dont understand the changes to the assertion, could you please explain that?

Checking pointer equality first, before falling back on a more costly `ArrayRef` content equality.


https://reviews.llvm.org/D27991





More information about the llvm-commits mailing list