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
{{ message }}
This repository was archived by the owner on Aug 17, 2026. It is now read-only.
We are currently using stack to save the results of functions provides micro optimization in performance and macro side effects in our functions, using stack is not the standard solution and really buggy as what we can see so far
the usage of stack should be limited in the operations inside of functions, whatever stack based machine like EVM/WASM or register based VM, we need to fix the problem in our implementation ))
We are currently using stack to save the results of functions provides micro optimization in performance and macro side effects in our functions, using stack is not the standard solution and really buggy as what we can see so far
the usage of stack should be limited in the operations inside of functions, whatever stack based machine like EVM/WASM or register based VM, we need to fix the problem in our implementation ))