Bug 309671

Summary: Enable ImportCxxMembersLazily
Product: WebKit Reporter: adrian_taylor
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

adrian_taylor
Reported 2026-03-11 06:48:59 PDT
WebKit contains many C++ templates, and swiftc previously imported them even if they were unused in Swift. Since https://github.com/swiftlang/swift/pull/87016, we can hopefully greatly improve build times by importing only those which are actually used in Swift.
Attachments
Radar WebKit Bug Importer
Comment 1 2026-03-11 06:49:08 PDT
adrian_taylor
Comment 2 2026-03-11 06:52:22 PDT
EWS
Comment 3 2026-04-13 04:36:33 PDT
Committed 311072@main (2f0b388c06d6): <https://commits.webkit.org/311072@main> Reviewed commits have been landed. Closing PR #60359 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.