[Vm-dev] [ANN] ARM Stack VMs available

Ken.Dickey Ken.Dickey at whidbey.com
Fri Dec 5 21:06:51 UTC 2014


On Fri, 5 Dec 2014 09:39:25 -0800
Eliot Miranda <eliot.miranda at gmail.com> wrote:

> You can see the flags via Smalltalk vmParameterAt: 48.  Bit 2
> (value 4) is set if preempting puts the preempted process at the head
> of its list, and hence does not yield.

For the ARM stack VMs (v6 and v7)
  Smalltalk vmParameterAt: 48.  "--> 0"
  Smalltalk vmParameterAt: 48 put: 4. "--> signals primitiveFailed"


--KenD


More information about the Vm-dev mailing list