This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [gnat] reuse of ASTs already constructed
- From: oliver dot kellogg at t-online dot de (Oliver Kellogg)
- To: Robert Dewar <dewar at adacore dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 03 May 2009 23:27:46 +0200
- Subject: Re: [gnat] reuse of ASTs already constructed
- References: <1239557374.7565.37.camel@tidbit.site> <1240083309.4554.45.camel@tidbit.site> <1240175954.4554.50.camel@tidbit.site> <1241385654.4763.38.camel@tidbit.site> <49FE09D9.4090702@adacore.com>
- Reply-to: okellogg at users dot sourceforge dot net
Sorry if I'm slow in understanding:
Are you saying that introducing an extra field would
cause problems (memory or other) ?
Do you think it would be okay to use the Str3 field, then?
Thanks.
Robert Dewar wrote:
> Oliver Kellogg wrote:
> > On 2009-04-19, at 23:19 +0200, Oliver Kellogg wrote:
> >> [...]
> >>
> >> How about not doing the name expansion in-place but rather
> >> storing the expanded name in an extra node field?
> >
> > I haven't received any reaction on this question yet.
> > Perhaps I could reuse the Str3 field instead? (I haven't looked
> > into the depths of its usage yet.)
>
> I don't see any room in the node for this extra field ...
>