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
EOF structure is present inside of Bytecode, and is cloned internally in AccountInfo and other places. It would improve performance to put behind an Arc to avoid cloning the underlying memory.
The text was updated successfully, but these errors were encountered:
EOF
structure is present inside ofBytecode
, and is cloned internally inAccountInfo
and other places. It would improve performance to put behind anArc
to avoid cloning the underlying memory.The text was updated successfully, but these errors were encountered: