[Vm-dev] StackInterp/Cog>>transferTo: - assertValidExecutionPointe:r:s differences

Ben Coman btc at openinworld.com
Fri Jun 10 01:46:24 UTC 2016


Just curious about the difference in instructionPointer between these two...

StackInterpreter>>transferTo:
     self assertValidExecutionPointe: instructionPointer + 1 r:
framePointer s: stackPointer.


CoIntepreter>>transferTo:from:
    self assertValidExecutionPointe: instructionPointer r:
framePointer s: stackPointer.


cheers -ben


More information about the Vm-dev mailing list