Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3107c0f5beddb87a7329d2170565b6cd777ee770
https://github.com/WebKit/WebKit/commit/3107c0f5beddb87a7329d2170565b6cd777ee770
Author: Geoffrey Garen <[email protected]>
Date: 2026-05-13 (Wed, 13 May 2026)
Changed paths:
M Source/WebCore/PAL/pal/CMakeLists.txt
M Source/WebKit/CMakeLists.txt
M Source/cmake/WebKitMacros.cmake
Log Message:
-----------
[CMake] Improve parallelism
https://bugs.webkit.org/show_bug.cgi?id=314701
rdar://176946576
Reviewed by Adrian Taylor.
Saves ~1m (~10%) wall time.
* Source/WebCore/PAL/pal/CMakeLists.txt: Declare a header dependency rather than
a library dependency for our Swift interop header. -emit-clang-header only needs
headers.
* Source/WebKit/CMakeLists.txt: Declare a link dependency rather than library
dependency so WebKit processes compile in parallel to WebKit framework.
* Source/cmake/WebKitMacros.cmake: Support for link dependency.
Canonical link: https://commits.webkit.org/313161@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications