pub const INVALID_JUMP_START: usize = 30_000;Expand description
Constant used to mark invalid jump destinations (jumps not to JUMPDEST). Any jump destination value equal to or greater than this constant should be considered invalid. Value is deliberately chosen to be larger than the maximum possible EVM contract code size, ensuring it cannot occur in valid code.