qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] basic block tracing question


From: Peter Maydell
Subject: Re: [Qemu-devel] basic block tracing question
Date: Thu, 17 Mar 2016 08:42:37 +0000

On 16 March 2016 at 21:06, Tim Newsham <address@hidden> wrote:
> What happens when the basic block gets interrupted mid execution
> and restarted?  Will execution jump to the middle of the translated
> basic block, or will a new translation be performed starting at the
> midpoint?

We translate afresh starting at the midpoint (assuming we do
restart there at all, of course -- the OS exception handler
might kill the process instead).

thanks
-- PMM



reply via email to

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