On 10/28/07, Eric Botcazou <[EMAIL PROTECTED]> 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.

Reply via email to