mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
LibJS+LibJIT: Add fast path for Int32 - Int32
This commit is contained in:
parent
56b4586d65
commit
17ae6edd8e
Notes:
sideshowbarker
2024-07-17 05:21:12 +09:00
Author: https://github.com/awesomekling
Commit: 17ae6edd8e
Pull-request: https://github.com/SerenityOS/serenity/pull/21672
3 changed files with 67 additions and 1 deletions
|
@ -41,7 +41,6 @@ private:
|
|||
# endif
|
||||
|
||||
# define JS_ENUMERATE_COMMON_BINARY_OPS_WITHOUT_FAST_PATH(O) \
|
||||
O(Sub, sub) \
|
||||
O(Mul, mul) \
|
||||
O(Div, div) \
|
||||
O(Exp, exp) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue