mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:08:12 +00:00
LibJS: Remove FinishUnwind instruction
This is essentially a LeaveUnwind+Jump, so lets just do that, that will make it easier to optimize it, or see unwind state transitions
This commit is contained in:
parent
fc332be2e5
commit
133faa0acc
5 changed files with 2 additions and 46 deletions
|
@ -31,7 +31,6 @@
|
|||
O(EnterUnwindContext) \
|
||||
O(EnterObjectEnvironment) \
|
||||
O(Exp) \
|
||||
O(FinishUnwind) \
|
||||
O(GetById) \
|
||||
O(GetByValue) \
|
||||
O(GetIterator) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue