qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] simplify storing temporaries in env structure r


From: Igor Kovalenko
Subject: Re: [Qemu-devel] [PATCH] simplify storing temporaries in env structure regardless of host/target long size
Date: Tue, 12 Feb 2008 22:25:43 +0300

On Feb 12, 2008 10:12 PM, Blue Swirl <address@hidden> wrote:
> On 2/12/08, Igor Kovalenko <address@hidden> wrote:
> > This patch separates decision about storing temporaries in env
> > structure from target long size by introducing a macro
> > QEMU_TEMPORARY_IN_ENV
> > Makes it a bit easier to work around register allocation problems.
> > By default there is no change to generated code.
>
> I'd move env->t0/t1/t2 to CPU_COMMON and the T0/T1/T2 logic to
> hostregs_helper.h.
>

I don't think the hostregs_helper.h is supposed to be used for that.
It knows nothing about env.

-- 
Kind regards,
Igor V. Kovalenko




reply via email to

[Prev in Thread] Current Thread [Next in Thread]