qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] sparc32 use stq_* for 64bit stores


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH] sparc32 use stq_* for 64bit stores
Date: Sun, 14 Oct 2007 22:25:24 +0300

On 10/14/07, Robert Reif <address@hidden> wrote:
> Use stq_* for 64 bit stores.

This could be less optimal for 32 bit hosts, but hopefully the
compiler knows its business.

> This fixes one bug where T1 was used twice rather than T1 and T2.

Great!

> Should the address be 64 bit alligned?  i.e. T0 & ~7 rather than T0 & ~3?
>
> Should these unaligned address cause traps?

Yes, but the checks are already generated from translate.c
(gen_op_check_align_T0_7).




reply via email to

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