[cfe-commits] [Patch] Find Objective-C protocols via name lookup

Douglas Gregor dgregor at apple.com
Thu Feb 5 14:09:24 PST 2009


This little patch replaces the ObjCProtocols DenseMap within Sema with  
the use of name lookup to find protocols (they're in the IDNS_Protocol  
namespace). It's prettier and cleaner, but it's giving me a 0.9%  
slowdown. So, I'm archiving it here and not committing it.

	- Doug

-------------- next part --------------
A non-text attachment was scrubbed...
Name: protocols-via-name-lookup.patch
Type: application/octet-stream
Size: 6910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20090205/1442edbf/attachment.obj>


More information about the cfe-commits mailing list