This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Name of files and functions etc.
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: gcc at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: 29 Mar 2005 12:16:47 -0700
- Subject: Re: Name of files and functions etc.
- References: <424966F5.9050200@bredband.net><200503291547.j2TFltcq027776@earth.phy.uc.edu>
- Reply-to: tromey at redhat dot com
>>>>> "Andrew" == Andrew Pinski <pinskia@physics.uc.edu> writes:
>> I jumped on one of the newbe gcc hackers quests described at
>> http://gcc.gnu.org/projects/#beginner_gcc_hackers .
>> More precisely I started to clean up the long actions in
>> gcc/java/parse.y. Happy that the thing still compiled after my
>> first attack, I decided to be a little more serious. My problems:
Andrew> You might want to wait on this but there is a new front-end
Andrew> being created for java called gcjx.
gcjx is still a ways from being merged in. Of course I'd rather that
people hack on it :-), but we still ought to fix bugs in the existing
gcj in the meantime.
As for pure cleanups like rearranging files... I'm not super
interested in this, but I think we ought to consider such patches on
their own merits, just as we would at any other time.
Tom