mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibJS/JIT: Add fast path for loose equality check between 2 objects
There are more fast paths to be added here, just starting with this one since it's heavy on Kraken/ai-astar.js :^)
This commit is contained in:
parent
4e9e183a34
commit
e41f0d9dec
Notes:
sideshowbarker
2024-07-18 04:46:35 +09:00
Author: https://github.com/awesomekling
Commit: e41f0d9dec
Pull-request: https://github.com/SerenityOS/serenity/pull/21910
Reviewed-by: https://github.com/Hendiadyoin1
2 changed files with 45 additions and 1 deletions
|
@ -51,7 +51,6 @@ private:
|
|||
O(In, in) \
|
||||
O(InstanceOf, instance_of) \
|
||||
O(LooselyInequals, loosely_inequals) \
|
||||
O(LooselyEquals, loosely_equals) \
|
||||
O(StrictlyInequals, strict_inequals) \
|
||||
O(StrictlyEquals, strict_equals)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue