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
although we don't want to do stack checks on every word, running a word on an empty stack that consumes N cells and produced N or more cells and silently corrupts stack is not good
This is even more painful if we put a guard page above the stack
The text was updated successfully, but these errors were encountered:
although we don't want to do stack checks on every word, running a word on an empty stack that consumes N cells and produced N or more cells and silently corrupts stack is not good
This is even more painful if we put a guard page above the stack
The text was updated successfully, but these errors were encountered: