Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 96858b8bb28fe3588c232c5b8e7476b3bfabfe79
https://github.com/WebKit/WebKit/commit/96858b8bb28fe3588c232c5b8e7476b3bfabfe79
Author: Yusuke Suzuki <[email protected]>
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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes