vyper
vyper copied to clipboard
Jump Table Optimizations
If the method identifier does not end with a zero, it indicates that the method identifier may have trailing zero bytes, and checking for a minimum calldatasize
of four bytes may be unnecessary, and the calldatasize_valid
check may be skipped.
@chen-robert is this for the dense or sparse selector table implementation?