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
perf(levm): process JUMPDEST gas and pc together within the given JUMP/JUMPI opcode (#4220)
**Motivation**
It's basically #3763 without the nop slide, see the discussion there.
It only skips 1 jumpdest if coming from a jump, but doesn't slide if
there are a lot of sequential jumpdests afterwards.
Still has improvements overall to a lot of benches
<img width="1405" height="4352" alt="image"
src="https://github.com/user-attachments/assets/88748fd2-f2b0-436b-bed0-33d163779872"
/>
---------
Co-authored-by: Esteve Soler Arderiu <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
## Perf
4
4
5
+
### 2025-09-01
6
+
7
+
- Process JUMPDEST gas and pc together with the given JUMP JUMPI opcode, improving performance. #[4220](https://github.com/lambdaclass/ethrex/pull/4220)
0 commit comments