Re: [PATCH, ARM] Add a new target hook to compute the frame layout

2017-05-06 Thread Bernd Edlinger
On 05/05/17 16:59, Richard Earnshaw (lists) wrote: > On 05/09/16 17:43, Bernd Edlinger wrote: >> Hi Richard, >> >> what do you think of this patch, is it OK (with the suggested wording)? >> > > Bernd, > > Apologies, this seems to have fallen through a crack. > > I'm happy with this. Does it still

Re: [PATCH, ARM] Add a new target hook to compute the frame layout

2017-05-05 Thread Richard Earnshaw (lists)
On 05/09/16 17:43, Bernd Edlinger wrote: > Hi Richard, > > what do you think of this patch, is it OK (with the suggested wording)? > Bernd, Apologies, this seems to have fallen through a crack. I'm happy with this. Does it still apply? If so, I suggest applying it after a 24-hour cooling

Re: [PATCH, ARM] Add a new target hook to compute the frame layout

2016-09-05 Thread Bernd Edlinger
Hi Richard, what do you think of this patch, is it OK (with the suggested wording)? Thanks Bernd. On 08/05/16 16:06, Richard Earnshaw (lists) wrote: > On 05/08/16 13:49, Bernd Edlinger wrote: >> On 08/05/16 11:29, Richard Earnshaw (lists) wrote: >>> On 04/08/16 22:16, Bernd Edlinger wrote:

Re: [PATCH, ARM] Add a new target hook to compute the frame layout

2016-08-05 Thread Bernd Edlinger
On 08/05/16 16:06, Richard Earnshaw (lists) wrote: > > Thanks, that's pretty much what I expected would be the case. > > Could I suggest: > > This target hook is called once each time the frame layout needs to be > recalculated. The calculations can be cached by the target and can then > be used

Re: [PATCH, ARM] Add a new target hook to compute the frame layout

2016-08-05 Thread Richard Earnshaw (lists)
On 05/08/16 13:49, Bernd Edlinger wrote: > On 08/05/16 11:29, Richard Earnshaw (lists) wrote: >> On 04/08/16 22:16, Bernd Edlinger wrote: >>> Hi, >>> >>> this patch introduces a new target hook that allows the target's >>> INITIAL_ELIMINATION_OFFSET function to use cached values instead of >>>

Re: [PATCH, ARM] Add a new target hook to compute the frame layout

2016-08-05 Thread Bernd Edlinger
On 08/05/16 11:29, Richard Earnshaw (lists) wrote: > On 04/08/16 22:16, Bernd Edlinger wrote: >> Hi, >> >> this patch introduces a new target hook that allows the target's >> INITIAL_ELIMINATION_OFFSET function to use cached values instead of >> re-computing the frame layout every time. >> >> I

Re: [PATCH, ARM] Add a new target hook to compute the frame layout

2016-08-05 Thread Richard Earnshaw (lists)
On 04/08/16 22:16, Bernd Edlinger wrote: > Hi, > > this patch introduces a new target hook that allows the target's > INITIAL_ELIMINATION_OFFSET function to use cached values instead of > re-computing the frame layout every time. > > I have updated the documentation a bit and hope it is clearer

Re: [PATCH, ARM] Add a new target hook to compute the frame layout

2016-08-04 Thread Bernd Edlinger
Hi, this patch introduces a new target hook that allows the target's INITIAL_ELIMINATION_OFFSET function to use cached values instead of re-computing the frame layout every time. I have updated the documentation a bit and hope it is clearer this time. It still needs a review by ARM port