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, a lot of the time spent in call opcodes is spent either storing the return address as a valid jump destination, or retrieving the valid jump destinations for the destination contract. We might benefit from looking at a faster datastructure that can handle these operations quicker.