Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3b911b24b8960c2f94ac5d6755c16aa006af9e1c
https://github.com/WebKit/WebKit/commit/3b911b24b8960c2f94ac5d6755c16aa006af9e1c
Author: Geoffrey Garen <[email protected]>
Date: 2026-04-27 (Mon, 27 Apr 2026)
Changed paths:
M Source/cmake/OptionsMac.cmake
M Tools/Scripts/swift/swiftc-wrapper.sh
Log Message:
-----------
[CMake] Don't relink WebKit when relinking WebCore (or either when relinking
JavaScriptCore)
https://bugs.webkit.org/show_bug.cgi?id=313494
rdar://175711918
Reviewed by Keith Miller.
This saves ~65s in a touch-one-file build time benchmark.
* Tools/Scripts/swift/swiftc-wrapper.sh: Don't emit a whole second copy of all
our debug info every time we link WebKit, lol. This is worth ~64s.
* Source/cmake/OptionsMac.cmake: Also don't relink if we don't have to.
This avoids the bug above, and is also worth ~1s on its own.
Canonical link: https://commits.webkit.org/312157@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications