Skip to content

SIL: fix runtime effects of initializing store #73611

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

Merged
merged 1 commit into from
May 14, 2024

Conversation

eeckstein
Copy link
Contributor

@eeckstein eeckstein commented May 14, 2024

An initializing store is not a copy and therefore doesn't perform ref counting operations

Fixes a false performance error when using non-copyable types. Resolves #73582.

An initializing store is not a copy and therefore doesn't perform ref counting operations

Fixes a false performance error when using non-copyable types.
swiftlang#73582
@eeckstein
Copy link
Contributor Author

@swift-ci smoke test

@eeckstein eeckstein merged commit 8c9d545 into swiftlang:main May 14, 2024
3 checks passed
@eeckstein eeckstein deleted the fix-store-runtime-effects branch May 14, 2024 14:58
@AnthonyLatsis
Copy link
Collaborator

FYI: An issue links to a PR and autocloses upon merging it with main if you precede the issue ref with a "resolves/fixes" keyword in the PR description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@_noLocks doesn't work with ~Copyable types
2 participants