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/

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

2014-03-14 Thread Richard Henderson
We don't need the FP within translated code, and the LR is otherwise unused. Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target.c | 44 tcg/aarch64/tcg-target.h | 32 +--- 2 files changed, 33 insertions(+), 43 dele