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
Local variables are implemented using scratch slots because it's been impractical to manage stack-based allocations in PyTeal. With the introduction of frame pointer opcodes (algorand/go-algorand#4319), there's less friction.
The story requests defining + implementing a local variable scheme based on stack allocated values. It's understood that the API must be fleshed out during development.
Solution
Dependencies
Urgency
The text was updated successfully, but these errors were encountered:
Problem
Local variables are implemented using scratch slots because it's been impractical to manage stack-based allocations in PyTeal. With the introduction of frame pointer opcodes (algorand/go-algorand#4319), there's less friction.
The story requests defining + implementing a local variable scheme based on stack allocated values. It's understood that the API must be fleshed out during development.
Solution
Dependencies
Urgency
The text was updated successfully, but these errors were encountered: