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, Roger Sayle wrote:

> The problem is fixed by appropriately defining CLEAR_RATIO and
> CLEAR_BY_PIECES_P in an analogous way to MOVE_RATIO and
> MOVE_BY_PIECES_P, and then use this latter macro in clear_storage.

Why not default CLEAR_RATIO expressed in terms of 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]