mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Bridged Strings should have some different/additional overrides for performance
This commit is contained in:
@@ -55,7 +55,7 @@ extension _StringGuts {
|
||||
self.init(_StringObject(immortal: bufPtr, isASCII: isASCII))
|
||||
}
|
||||
|
||||
@inlinable @inline(__always)
|
||||
@inline(__always)
|
||||
internal init(_ storage: _StringStorage) {
|
||||
self.init(_StringObject(storage))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user