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]

Re: GCSE memory usage


On Sun, Oct 24, 1999 at 07:34:39PM -0700, Mark Mitchell wrote:
> Any objections?  I'm also willing to code this conditionally in some
> way, if people really think the use of ordinary bitmaps, rather than
> sbitmaps, will slow down the smaller cases substantially.

I would be curious to know what kind of performance impact this has
on say, a bootstrap of the compiler, but I also think this isn't the
best solution.

I think that expression-at-a-time gcse is the way to go.  In that
case we don't need <regs>x<blocks> bits at once, just <blocks>.
Plus, as Jeff alluded to, it's required for some more interesting
global optimizations that we don't do at present.


r~


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