Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 27839edf90c7417a6fb14d1339316e942bab4391
https://github.com/WebKit/WebKit/commit/27839edf90c7417a6fb14d1339316e942bab4391
Author: Elliott Williams <[email protected]>
Date: 2026-08-20 (Thu, 20 Aug 2026)
Changed paths:
M Source/cmake/OptionsCocoa.cmake
Log Message:
-----------
[CMake] Use -enable-batch-mode to improve swift compile time
https://bugs.webkit.org/show_bug.cgi?id=322073
Reviewed by Adrian Taylor and Zak Ridouh.
Batch mode spawns one compiler process per job lane, and reuses it to
compile multiple objects. Enabling it is about a 3 sec (1%) progression
on a M5 Max machine.
Note that ninja only reserves one execution lane for swift, so (same as
before) compiling swift may oversubscribe the machine.
* Source/cmake/OptionsCocoa.cmake:
Canonical link: https://commits.webkit.org/319541@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications