Re: [Qemu-devel] Re: [PATCH, RFC, WIP] TCG for Qemu target Sparc32/64

2008-02-23 Thread Paul Brook
 Another point is that you should define TCG globals for each SPARC GPR.
 It was not done for i386 because I feared performance regressions when
 accessing to 16 bit or 8 bit sub-registers. On SPARC you do not have
 this issue.

How would these be kept consistent with CPUState?

Paul




Re: [Qemu-devel] Re: [PATCH, RFC, WIP] TCG for Qemu target Sparc32/64

2008-02-23 Thread Stuart Brady
On Sat, Feb 23, 2008 at 07:23:49PM +0100, Fabrice Bellard wrote:
 But do not mix the target specific defines with target independent 
 defines (in tcg-op.h there is a specific section for target specific 
 defines).

Might it be worth moving that section into a new file?
-- 
Stuart Brady