This is the mail archive of the gcc@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: A question about ARG_FINAL_P in the Java frontend.


Tom Tromey wrote:
>>>>>> "Kazu" == Kazu Hirata <kazu@codesourcery.com> writes:
> 
> Kazu> I just noticed that the Java frontend has ARG_FINAL_P, which uses a
> Kazu> bit in the TREE_LIST node that is pointed to from TYPE_ARG_TYPES.
> 
> Kazu> I am wondering if there is any way we could move this bit elsewhere.
> 
> On the gcj-eclipse branch the code that uses ARG_FINAL_P is actually
> no longer used.  It hasn't been deleted yet but it won't ever run.
> I'm hoping to merge this to trunk after 4.2 branches ... will that
> help?

Yes.  Kazu, I'd suggest you just ignore Java; you can still get
proof-of-concept for tree-trimming without Java.  The ECJ changes are
going to be massive, and they're going to go in before we get our stuff
ready to go in, so dealing with Java now is probably a waste of time;
we'll have to regroup after ECJ goes in.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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