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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/172277778>
adrian_taylor
Pull request: https://github.com/WebKit/WebKit/pull/60359
EWS
Committed 311072@main (2f0b388c06d6): <https://commits.webkit.org/311072@main>
Reviewed commits have been landed. Closing PR #60359 and removing active labels.