You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When interpreting the Call instruction, we mark the return continuation of the sub-process as the same as the current calling frame. Should we use the 'next continuation' (newK) for returning from a sub-process, like eval(body, List(), newFrame, newK, List(newK), 0)?
When interpreting the
Call
instruction, we mark the return continuation of the sub-process as the same as the current calling frame. Should we use the 'next continuation' (newK
) for returning from a sub-process, likeeval(body, List(), newFrame, newK, List(newK), 0)
?GenSym/src/main/scala/wasm/MiniWasm.scala
Lines 295 to 305 in a8781d4
The text was updated successfully, but these errors were encountered: