On 11/05/2015 08:29, Peter Crosthwaite wrote: > To allow pointer casts to the the multi-arch CPUArchState which > contains just the CPU_COMMON components. > > Signed-off-by: Peter Crosthwaite <crosthwaite.pe...@gmail.com>
This can cause worse performance, unfortunately, because of bigger offsets when registers are written back to env (at end of BB or due to spills). Paolo