mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 14:50:02 +00:00
LibJS/JIT: Add fast path for UnsignedRightShift
This commit is contained in:
parent
c956316c98
commit
24d5070520
Notes:
sideshowbarker
2024-07-16 20:39:14 +09:00
Author: https://github.com/iliadsh
Commit: 24d5070520
Pull-request: https://github.com/SerenityOS/serenity/pull/21827
3 changed files with 56 additions and 2 deletions
|
@ -52,8 +52,7 @@ private:
|
|||
O(LooselyInequals, abstract_inequals) \
|
||||
O(LooselyEquals, abstract_equals) \
|
||||
O(StrictlyInequals, typed_inequals) \
|
||||
O(StrictlyEquals, typed_equals) \
|
||||
O(UnsignedRightShift, unsigned_right_shift)
|
||||
O(StrictlyEquals, typed_equals)
|
||||
|
||||
# define JS_ENUMERATE_NEW_BUILTIN_ERROR_BYTECODE_OPS(O) \
|
||||
O(NewTypeError, new_type_error, TypeError)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue