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
#1359 introduced ModuleCache which instantiates all contracts in the storage and caches their VM. However there are no code path exercising it yet.
This issue tracks the followup work needed to
properly initialize the cache
calibrate the cached instantiation cost
charge the cost VmCachedInstantiation for the cache hit path
add tests
The text was updated successfully, but these errors were encountered:
#1359 introduced
ModuleCache
which instantiates all contracts in the storage and caches their VM. However there are no code path exercising it yet.This issue tracks the followup work needed to
VmCachedInstantiation
for the cache hit pathThe text was updated successfully, but these errors were encountered: