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: bzero optimization rarely does


On Thu, 11 Jul 2002, Richard Henderson wrote:

> On Thu, Jul 11, 2002 at 02:10:52PM -0400, Paul Koning wrote:
> > the problem is that MOVE_MAX specifies what a single instruction
> > can do...
>
> That is false.  MOVE_MAX specifies the number of instructions to use.

Ok, I'll bite: No, *that* is false.  See docs and (at least some
of) the source.  It's MOVE_RATIO.

brgds, H-P


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