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: Patch: darwin specific


On Mon, Nov 25, 2002 at 11:07:09AM -0800, Dale Johannesen wrote:
> I should explain this more.  There is a need to keep pointers, 
> potentially two, from one IDENTIFIER node to another ...

I don't believe you really want IDENTIFIER, but rather on
some VAR_DECL or FUNCTION_DECL.

As for the extra pointers... since no other target seems to
need these (at the moment anyway), I would think the best
solution would be to have a hash table indexed by DECL and
which holds a structure that has the information you want.


r~


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