mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibJS/JIT: Add fast path for Int32 & Int32
This commit is contained in:
parent
17ae6edd8e
commit
82635083dc
Notes:
sideshowbarker
2024-07-17 01:10:58 +09:00
Author: https://github.com/awesomekling
Commit: 82635083dc
Pull-request: https://github.com/SerenityOS/serenity/pull/21672
2 changed files with 29 additions and 1 deletions
|
@ -54,7 +54,6 @@ private:
|
|||
O(LooselyEquals, abstract_equals) \
|
||||
O(StrictlyInequals, typed_inequals) \
|
||||
O(StrictlyEquals, typed_equals) \
|
||||
O(BitwiseAnd, bitwise_and) \
|
||||
O(BitwiseOr, bitwise_or) \
|
||||
O(BitwiseXor, bitwise_xor) \
|
||||
O(LeftShift, left_shift) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue