Commits
Doug Gregor committed 5c532d61113
Introduce a fast path for Array.bridgeFromObjectiveC() We were using the bridged non-verbatim path (_arrayBridgeFromObjectiveC) for bridged-verbatim types. While that path can do the right thing (and does when the standard library's internal checking is turned off), it's unnecessarily inefficient. Swift SVN r18418