Skip to content
This repository was archived by the owner on Aug 17, 2026. It is now read-only.
This repository was archived by the owner on Aug 17, 2026. It is now read-only.

Save function results in memory #334

Description

@clearloop

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 ))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions