mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This let the optimizer generate efficient code for generic array loops (note that generic functions are not inlined by default). Note that the same change is not done for `Array` because this might increase code size due to Array's bridging code. rdar://108746069
805 B
805 B