This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: FYI: split up parser build


>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:

Andrew> I don't think that such a space regression is surprising.  The .class
Andrew> front-end generates trees that are more verbose than those of the old
Andrew> .java front-end.  There are possibilities for improvement here.

I took a brief look at this today.  I compiled the .class file with
svn head and with the compiler in FC6, and I compiled the .java file
with the compiler in FC6.  I used '-ftime-report fmem-report -g -O2'.

Total memory use:

svn head .class    120037 kB
FC6 .class         181363 kB
FC6 .java           74173 kB

So, the compiler is actually improving :).  But, yeah, the .class
front end could use some love.

Tom


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