Re: [Qemu-devel] [PATCH 2/2] get rid of hostregs_helper.h

2010-02-18 Thread Blue Swirl
On Thu, Feb 11, 2010 at 1:26 AM, Paolo Bonzini wrote: > Since b567b38 (target-arm: remove T0 and T1, 2009-10-16) the only global > register that is used is AREG0, so the complexity of hostregs_helper.h > is unused.  Use regular assignments and a compiler optimization barrier. In file included fro

[Qemu-devel] [PATCH 2/2] get rid of hostregs_helper.h

2010-02-10 Thread Paolo Bonzini
Since b567b38 (target-arm: remove T0 and T1, 2009-10-16) the only global register that is used is AREG0, so the complexity of hostregs_helper.h is unused. Use regular assignments and a compiler optimization barrier. Signed-off-by: Paolo Bonzini --- cpu-exec.c| 15 +++- hostreg