Skip to content
This repository has been archived by the owner on Feb 18, 2025. It is now read-only.

core/vm: merge opJumpdest to opJump/opJumpi #475

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Francesco4203
Copy link
Contributor

@Francesco4203 Francesco4203 commented Jun 18, 2024

Make opJumpdest to be executed right after opJump/opJumpi:

  • Reduce time of unnecessary checking for opJumpdest properties
  • Reduce overhead of fail branch predicting from opJump/opJumpi to opJumpdest (since it is always opJumpdest after)

@Francesco4203 Francesco4203 force-pushed the optimize-jump-opcode branch 3 times, most recently from c34a764 to b343202 Compare June 21, 2024 07:09
@Francesco4203 Francesco4203 force-pushed the optimize-jump-opcode branch 2 times, most recently from 66ec8c7 to e57dee4 Compare July 8, 2024 11:05
@Francesco4203 Francesco4203 force-pushed the optimize-jump-opcode branch from e57dee4 to ce98793 Compare July 8, 2024 11:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants