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-3735] Audit of existing runtime functions #46320

Closed
ematejska mannequin opened this issue Jan 25, 2017 · 3 comments
Closed

[SR-3735] Audit of existing runtime functions #46320

ematejska mannequin opened this issue Jan 25, 2017 · 3 comments
Assignees
Labels
affects ABI Flag: Affects ABI task

Comments

@ematejska
Copy link
Mannequin

ematejska mannequin commented Jan 25, 2017

Previous ID SR-3735
Radar rdar://problem/23306602
Original Reporter @ematejska
Type Task
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s
Labels Task, AffectsABI
Assignee @gparker42
Priority Medium

md5: e8322f29848b43de18ed3689d4d43a2b

Issue Description:

Ahead of ABI stability, every existing runtime function will need to be audited for its desirability and behavior.

For every function, we need to evaluate whether we want the API as is:

  • If yes, then we need to precisely specify the semantics and guarantees of the API.

  • If not, we need to either change, remove, or replace the API, and precisely specify the new semantics.

@bob-wilson
Copy link

@swift-ci create

@gparker42
Copy link
Mannequin

gparker42 mannequin commented Oct 24, 2017

Prerequisite: SR-6209 Allow @_silgen_name to create a hidden symbol
because otherwise @_silgen_name creates unwanted exported symbols.

@bob-wilson
Copy link

Greg has completed an audit of the runtime APIs. He made a number of changes, including:

#12853

#12988

#13005

#13202

#13230

Things look pretty good now except for:

  • undesirable exports to support excessive @_inlineable (rdar://35863717)

  • scrapping the old Mirror machinery (rdar://20356017)

@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 task
Projects
None yet
Development

No branches or pull requests

1 participant