Skip to content

Commit dcd98a7

Browse files
committed
[CodeSize] remove transparent attribute from bridgeing function.
It increases code size and it is slow enough that inlining won't be meaningful for performance.
1 parent 884155c commit dcd98a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/core/Pointer.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ func _convertConstArrayToPointerArgument<
7373
}
7474

7575
/// Derive a UTF-8 pointer argument from a value string parameter.
76-
@_transparent
7776
@warn_unused_result
7877
public // COMPILER_INTRINSIC
7978
func _convertConstStringToUTF8PointerArgument<

0 commit comments

Comments
 (0)