Discussion topic for EIP-8013
Five new EVM jump instructions are introduced (
RJUMP
,RJUMPI
,RJUMPV
,RJUMPSUB
, andRJUMPSUBV
) which encode destinations as signed immediate values. These can be useful in almost allJUMP
andJUMPI
use cases and offer improvements in cost, performance, and static analysis.
Update Log
- yyyy-mm-dd: initial draft
External Reviews
- yyyy-mm-dd: Single sentence description, link to review
Outstanding Issues
yyyy-mm-dd: Issue description, link to issue