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
As people start using more and more accounts in their programs thanks to the lookup table functionality, they might start having issues with stack memory from having so many accounts in the account struct. One possible solution to this would be to allow references to AccountInfo in the account struct instead of cloning, which we currently do. Supporting syntax like this possibly:
As people start using more and more accounts in their programs thanks to the lookup table functionality, they might start having issues with stack memory from having so many accounts in the account struct. One possible solution to this would be to allow references to AccountInfo in the account struct instead of cloning, which we currently do. Supporting syntax like this possibly:
The text was updated successfully, but these errors were encountered: