Skip to content

Commit 0a77ce3

Browse files
committed
Remove @inline(always) from Array's nonNative getter
This forces it to be inlined even in cold paths
1 parent a461a48 commit 0a77ce3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/core/ArrayBuffer.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,6 @@ extension _ArrayBuffer {
510510

511511
@inlinable
512512
internal var _nonNative: _CocoaArrayWrapper {
513-
@inline(__always)
514513
get {
515514
_internalInvariant(_isClassOrObjCExistential(Element.self))
516515
return _CocoaArrayWrapper(_storage.objCInstance)

0 commit comments

Comments
 (0)