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: Infinite loop in compiling javax/swing/text/html/parser/HTML_401F.list


On 10/28/07, Eric Botcazou <ebotcazou@libertysurf.fr> wrote:
> > I'm working on it.
>
> Thanks.  However, don't we simply void the benefit of memory partitioning by
> recursing on the MPTs?

Yes.  At least what compile-time is concerned (we still have less VOPs).  The
patch I just committed avoids some/most parts of the recursion.

The other option we have to fix the miscompile(s) is to put all SFTs of a
SFT parent var into the same partition always.  Which would essentially
either put all SFTs of a variable into a single MPT or none of the SFTs of
a variable into any MPT.

Let's see what the results are on the now "optimal" first strategy.

Richard.


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