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
add "hasJumpsub" function to the evm version and make it return true for "berlin"
add the jumpsub, beginsub and returnsub opcodes to instructions.cpp (move them around and assign the correct number - do not care about breaking evm1.5).
make sure that jumpsub, beginsub and returnsub cannot be used in yul directly
change the EVMCodeTransform to use jumpsub, beginsub, returnsub for yul functions
Specification: https://eips.ethereum.org/EIPS/eip-2315
The text was updated successfully, but these errors were encountered: