Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ea357d053e96c64be5249fc870257d28baa2026c
https://github.com/WebKit/WebKit/commit/ea357d053e96c64be5249fc870257d28baa2026c
Author: Sosuke Suzuki <[email protected]>
Date: 2025-12-11 (Thu, 11 Dec 2025)
Changed paths:
A JSTests/microbenchmarks/internal-promise-internal-all.js
M Source/JavaScriptCore/CMakeLists.txt
M Source/JavaScriptCore/DerivedSources-input.xcfilelist
M Source/JavaScriptCore/DerivedSources.make
M Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
R Source/JavaScriptCore/builtins/InternalPromiseConstructor.js
M Source/JavaScriptCore/runtime/JSInternalPromiseConstructor.cpp
Log Message:
-----------
[JSC] Implment `@InternalPromise.@internalAll` in C++
https://bugs.webkit.org/show_bug.cgi?id=303965
Reviewed by Yusuke Suzuki.
This patch changes to implement `@InternalPromiseAll.@internalAll` in C++.
TipOfTree Patched
internal-promise-internal-all 7.2714+-0.6089 ^ 4.1862+-0.2744
^ definitely 1.7370x faster
* JSTests/microbenchmarks/internal-promise-internal-all.js: Added.
* Source/JavaScriptCore/CMakeLists.txt:
* Source/JavaScriptCore/DerivedSources-input.xcfilelist:
* Source/JavaScriptCore/DerivedSources.make:
* Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:
* Source/JavaScriptCore/builtins/InternalPromiseConstructor.js: Removed.
* Source/JavaScriptCore/runtime/JSInternalPromiseConstructor.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
Canonical link: https://commits.webkit.org/304331@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications