mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibJS/JIT: Add fast path for RightShift
This commit is contained in:
parent
1244e91481
commit
c956316c98
Notes:
sideshowbarker
2024-07-16 20:51:53 +09:00
Author: https://github.com/iliadsh
Commit: c956316c98
Pull-request: https://github.com/SerenityOS/serenity/pull/21827
3 changed files with 55 additions and 1 deletions
|
@ -53,7 +53,6 @@ private:
|
|||
O(LooselyEquals, abstract_equals) \
|
||||
O(StrictlyInequals, typed_inequals) \
|
||||
O(StrictlyEquals, typed_equals) \
|
||||
O(RightShift, right_shift) \
|
||||
O(UnsignedRightShift, unsigned_right_shift)
|
||||
|
||||
# define JS_ENUMERATE_NEW_BUILTIN_ERROR_BYTECODE_OPS(O) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue