qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] performance of qemu


From: Johan Rydberg
Subject: Re: [Qemu-devel] performance of qemu
Date: Wed, 4 Jun 2003 18:08:22 +0200

On Wed, 04 Jun 2003 18:01:25 +0200
Fabrice Bellard <address@hidden> wrote:

: CC_SRC, CC_DST and CC_OP live between blocks (I think computing the 
: eflags would be too expensive).

It most probably would.  How do callbacks, say for example in the
signal handing code of QEMU, retreive the EFLAGS value from the CC_*
variables?  Do it call some function that calculates the value, or
does the main loop calculate the full EFLAGS value whenever it breaks
out of a sequence of translated blocks to handle signals?
 
: Fabrice.

Johan






reply via email to

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