mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
C++ closures can implicitly malloc. Avoid this by just capturing `this` and nothing else. Reduces the time spent in the SIL pass pipeline by 25% when compiling the stdlib core. rdar://88567996
10 KiB
10 KiB