[webkit-changes] [WebKit/WebKit] 96858b: [JSC] Align iOS thread counts with macOS
Yusuke Suzuki
noreply at github.com
Wed Oct 9 06:21:00 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 96858b8bb28fe3588c232c5b8e7476b3bfabfe79
https://github.com/WebKit/WebKit/commit/96858b8bb28fe3588c232c5b8e7476b3bfabfe79
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2024-10-09 (Wed, 09 Oct 2024)
Changed paths:
M Source/JavaScriptCore/runtime/Options.cpp
M Source/JavaScriptCore/runtime/OptionsList.h
Log Message:
-----------
[JSC] Align iOS thread counts with macOS
https://bugs.webkit.org/show_bug.cgi?id=281123
<rdar://problem/137572393>
Reviewed by Keith Miller.
7 years ago, MAXIMUM_NUMBER_OF_FTL_COMPILER_THREADS is configured to 2
based on benchmark results, and it is no longer valid. We ensured that
just aligning this configuration to macOS's current one is much better
in terms of performance. This patch removes these iOS only hacks.
* Source/JavaScriptCore/runtime/Options.cpp:
(JSC::overrideDefaults):
* Source/JavaScriptCore/runtime/OptionsList.h:
Canonical link: https://commits.webkit.org/284889@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list