Login  Register

StackInterp/Cog>>transferTo: - assertValidExecutionPointe:r:s differences

Posted by Ben Coman on Jun 10, 2016; 1:08am
URL: https://forum.world.st/StackInterp-Cog-transferTo-assertValidExecutionPointe-r-s-differences-tp4900241.html

 
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