reenter
open fun reenter(registers: Array<AvailObject>, interpreter: Interpreter): StackReifier?
Content copied to clipboard
A previously constructed continuation is being resumed in some way, and the instruction just before the continuation's L2 offset has been asked to do anything specific to reentering the continuation. For example, a method call might be forced to reify the stack, but at resumption time (i.e., when "returning" into it), it will still need to check the type of the "returned" value against the expected type.
Most instructions are not suitable places for reentry.