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
If Wasm tail calls are available, we can factor out the RESTART code into a separate function that finally does a return_call to the function for the non-restart case.
Also, the code pointer shifting is no longer needed (saves some instructions).
The text was updated successfully, but these errors were encountered:
If Wasm tail calls are available, we can factor out the
RESTART
code into a separate function that finally does areturn_call
to the function for the non-restart case.Also, the code pointer shifting is no longer needed (saves some instructions).
The text was updated successfully, but these errors were encountered: