Skip to content

Commit 122a32e

Browse files
committed
Add Acknowledgments
1 parent b18ea77 commit 122a32e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

proposals/NNNN-inline-always.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,4 +502,8 @@ exposed. This was juxtaposed by the argument that spelling both `@inlinable` and
502502

503503
## Acknowledgments
504504

505-
TODO: ....
505+
Thanks to [Jordan Rose](https://forums.swift.org/t/optimization-controls-and-optimization-hints/81612/7) for pointing out that inlining can't be always guaranteed, specifically the case of closures.
506+
Thanks to [Xiaodi Wu](https://forums.swift.org/t/pitch-inline-always-attribute/82040/7) for proposing inferring `@inlinable`.
507+
Thanks to [Tony Allevato](https://github.com/swiftlang/swift-evolution/pull/2958#discussion_r2379238582) for suggesting to error on on non-final methods and
508+
providing editing feedback.
509+
Thanks to [Doug Gregor](https://github.com/DougGregor), [Joe Groff](https://github.com/jckarter), [Tim Kientzle](https://github.com/tbkka), and [Allan Shortlidge](https://github.com/tshortli) for discussions related to the feature.

0 commit comments

Comments
 (0)