Re: [Qemu-devel] [PATCH 11/26] tcg-aarch64: Reuse FP and LR in translated code

2014-03-28 Thread Richard Henderson
On 03/28/2014 02:48 AM, Claudio Fontana wrote: > On 15.03.2014 03:48, Richard Henderson wrote: >> We don't need the FP within translated code, and the LR is >> otherwise unused. >> >> Signed-off-by: Richard Henderson > > The downside of this is that it disregards the procedure call standard from

Re: [Qemu-devel] [PATCH 11/26] tcg-aarch64: Reuse FP and LR in translated code

2014-03-28 Thread Claudio Fontana
On 15.03.2014 03:48, Richard Henderson wrote: > We don't need the FP within translated code, and the LR is > otherwise unused. > > Signed-off-by: Richard Henderson The downside of this is that it disregards the procedure call standard from ARM. Peter what do you think about this? > --- > tcg/