On Sun, Feb 21, 2010 at 12:54:46AM +0300, malc wrote:
> On Sat, 20 Feb 2010, Stuart Brady wrote:
> 
> > The qemu_ld / qemu_st cleanup strikes me as something that would be
> > appropriate for some other TCG targets too, once this has been applied.
> 
> Care to point out what this cleanup is, my HPPA-fu is around zero.

The 'split out TLB reads from qemu_ld and qemu_st' part of patch 3,
which adds a new tcg_out_tlb_read() function.  That code is duplicated
in tcg_out_qemu_ld() and tcg_out_qemu_st() for all archs except PPC64.
It just makes the code that little bit more readable.

Cheers,
-- 
Stuart Brady


Reply via email to