[cfe-dev] Qualified and unqualified name lookup and IdResolver

Douglas Gregor dgregor at apple.com
Mon Dec 8 11:42:26 PST 2008


On Dec 8, 2008, at 11:38 AM, Argiris Kirtzidis wrote:

> Hi Doug,
>
> Douglas Gregor wrote:
>>
>> Overall, I think the decision between #1 and #2 would actually have  
>> a very small impact on the compiler. Most of the work in my patch  
>> is in making the declaration chains contain only identifiers in our  
>> lexical scope, and the "perform qualified lookup of name 'x' in  
>> scope 'y'" part is relatively separate.
>
> It would be great if this part can remain simple and separate so  
> that it's easy to try out #2 sometime to see how it impacts  
> performance.


We'll try to do exactly that.

	- Doug



More information about the cfe-dev mailing list