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
This allows us to have a super simple implementation in wasmd. pin(x) should basically be a no-op when x is already in the PinnedMemoryCache. Right now we can have the case that a contract is loaded from disk, even if it is already pinned.
The text was updated successfully, but these errors were encountered:
webmaster128
changed the title
Make it cheep to pin a contract that is alread pinned
Make it cheep to pin a contract that is already pinned
Mar 1, 2021
This allows us to have a super simple implementation in wasmd.
pin(x)
should basically be a no-op whenx
is already in thePinnedMemoryCache
. Right now we can have the case that a contract is loaded from disk, even if it is already pinned.The text was updated successfully, but these errors were encountered: