This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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: [PATCH RFC] spu return rc value from __send_to_ppe


On Tue, May 22, 2007 at 06:06:39PM +0900, Kazunori Asayama wrote:
> Patrick Mansfield <patmans@us.ibm.com> wrote:
> > Per Ulrich Weigand's suggestion, return the rc value in __send_to_ppe,
> > rather than doing so in each each caller of __send_to_ppe, so no code is
> > generated to return the value (since the return value is already in
> > register 3).
> > 
> > This moves 8 bytes (2 instructions) from the caller into __send_to_ppe. So
> > to see any savings in size, you have to call two different assist calls.
> 
> Sounds good.
> 
> Here are my minor comments:

OK, thanks for the review, I'll post an update with changes per all of
your comments.

-- Patrick Mansfield


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