Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SR-7720] [String ABI] make String._fromCodeUnits more resilient #50260

Closed
eeckstein opened this issue May 17, 2018 · 2 comments
Closed

[SR-7720] [String ABI] make String._fromCodeUnits more resilient #50260

eeckstein opened this issue May 17, 2018 · 2 comments
Assignees
Labels
improvement standard library Area: Standard library umbrella

Comments

@eeckstein
Copy link
Member

Previous ID SR-7720
Radar rdar://problem/40343970
Original Reporter @eeckstein
Type Improvement
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Standard Library
Labels Improvement
Assignee @milseman
Priority Medium

md5: a9e9961c5bfff91e39e08eb4173a7dc6

Issue Description:

Currently it is inlinable for performance reasons. We should split the function in a part which can be inlined for performance, so that Arrays and UnsafeBufferPointers collections are fast. But the string internal stuff should be resilient.

@milseman
Copy link
Mannequin

milseman mannequin commented May 17, 2018

@swift-ci create

@milseman
Copy link
Mannequin

milseman mannequin commented Feb 12, 2019

This was done as part of UTF-8 String.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement standard library Area: Standard library umbrella
Projects
None yet
Development

No branches or pull requests

1 participant