On 16 March 2016 at 21:06, Tim Newsham <tim.news...@gmail.com> 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