Re: [patch] Fix behavior of TER on unrolled loops

2005-08-22 Thread Steven Bosscher
On Monday 22 August 2005 09:28, Paolo Bonzini wrote: > I think Zdenek's patch is fine, because *everything* in TER is a hack. My thoughts exactly ;-) > > Zdenek, maybe you could you try and see if enabling pre-regalloc > > scheduling would also make this particular problem you're seeing go > > aw

Re: [patch] Fix behavior of TER on unrolled loops

2005-08-22 Thread Paolo Bonzini
Maybe everyone else manages to get good code without something like TER. That's because we lack other things that people have, like a sane instruction selection and expression reordering pass: other compilers probably have something akin to TER as part of instruction selection. Like many ot