help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] [PATCH 2/2] jit: Resume the method _after_ the inte


From: Holger Hans Peter Freyther
Subject: Re: [Help-smalltalk] [PATCH 2/2] jit: Resume the method _after_ the interrupt check
Date: Mon, 23 Dec 2013 19:01:16 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Mon, Dec 23, 2013 at 04:15:02PM +0100, Holger Hans Peter Freyther wrote:
> For single stepping through a method we should continue _after_ the
> interrupt check or otherwise the interrupt check will _always_
> trigger. This makes the DebugTools continue a bit.

After this single step is working a bit better but there is still another
interrupt check issue.

 st> a := 0. p := [a := 3] newProcess

The code does not get across Dictionary>>findIndex: (Dictionary.st:588).



reply via email to

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