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-4352] Runtime changes for library evolution and ownership #46931

Closed
bob-wilson opened this issue Mar 24, 2017 · 4 comments
Closed

[SR-4352] Runtime changes for library evolution and ownership #46931

bob-wilson opened this issue Mar 24, 2017 · 4 comments
Assignees
Labels
affects ABI Flag: Affects ABI compiler The Swift compiler in itself task

Comments

@bob-wilson
Copy link

Previous ID SR-4352
Radar rdar://problem/31408026
Original Reporter @bob-wilson
Type Task
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Task, AffectsABI
Assignee @bob-wilson
Priority Medium

md5: a6b58a302d9f3378fd044307df8fc61a

Issue Description:

From the ABI Stability manifesto:

The runtime is also responsible for lazily creating new type metadata entries at run time, either for generic type instantiations or for resilient constructs. Library evolution in general introduces a whole new category of needs from the runtime by making data and metadata more opaque, requiring interaction to be done through runtime APIs. Additionally, ownership semantics may require new runtime APIs or modifications to existing APIs. These new runtime needs are still under investigation.

This issue tracks the completion of those investigations.

@bob-wilson
Copy link
Author

@swift-ci create

@rjmccall
Copy link
Member

There is no point in tracking this so broadly. Individual resilience tasks will require runtime support, but the changes have no general inter-relationship.

@bob-wilson
Copy link
Author

Since we're tracking this on the ABI Stability dashboard, I'd like to keep this open for now. I agree that it's overly broad.

@bob-wilson
Copy link
Author

At this point, I have to agree with John. We've split out a new "Ownership" section on the ABI dashboard, and we will track any runtime changes related to ownership along with the specific features listed there. There are still some things left to do for library evolution but I'm not aware of any significant runtime changes that would make sense to track separately here. Let's close this one.

@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
affects ABI Flag: Affects ABI compiler The Swift compiler in itself task
Projects
None yet
Development

No branches or pull requests

2 participants