This is the mail archive of the gcc-patches@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: *_BY_PIECES_P flaw


On Wed, 2004-08-11 at 11:34, David Edelsohn wrote:
> 	Directly testing if align == GET_MODE_ALIGN (mode) seems like the
> most straight-forward way to address your other concern to avoid a loop
> computing the original value.

I didn't have a specific solution in mind.  Your proposed solution is
fine.

> 	* expr.c (move_by_pieces): Set alignment for move to minimum of
> 	MOVE_MAX_PIECES mode alignment and the largest non-slow mode
>	  ...

OK.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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