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
Currently, to avoid caching active precompile addresses before they are registered, the vm.ActivePrecompiles(rules) method queries and concats all registered precompiles each time it is called. We can likely find a better method that doesn't iterate the existing registered precompiles and allocate a new slice each call.
The text was updated successfully, but these errors were encountered:
Currently, to avoid caching active precompile addresses before they are registered, the
vm.ActivePrecompiles(rules)
method queries and concats all registered precompiles each time it is called. We can likely find a better method that doesn't iterate the existing registered precompiles and allocate a new slice each call.The text was updated successfully, but these errors were encountered: