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: Unit at a time and C PCH


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

>> Java use no-unit-at-a-time by default because large bytecode units
>> explode in memory.

Andrew> It is possible that identifier GC fixes this.  The explosion
Andrew> was mainly identifiers.

I did not realize that -- cool.

Do we have a canonical gcj test case for this?

If it is a .jar file, I think I probably don't care too much.  My
reasoning here is that users already have to split jars to avoid TOC
overflows.

If we have a monster .class file, then that would be interesting.

Note that gcj does not use PCH at all.  So, it is no problem for us if
PCH and no-unit-at-a-time are incompatible.

Tom


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