This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Framework support for darwin


Neil Booth <neil@daikokuya.co.uk> writes:

> Mike Stump wrote:-

> > >I don't think a return value is needed, also note I don't "return;".
> > >Doing that is not optimal as the found file is not then entered in
> > >the hash table.
> > 
> > Ah, but we don't want the file entered into the hash table.  Since the 
> > lookup is context dependent, an entry in a hash table would defeat the 
> > next context dependent lookup, making it context independent, which, is 
> > wrong.
> 
> Yuk!  This is nasty.  Including the same thing and getting something
> different is ... counterintuitive.

I agree.  We don't need or want that functionality.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]