Skip to content

runtime: Add and use swift_deallocUninitializedObject for uninitialized objects #12745

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

Conversation

aschwaighofer
Copy link
Contributor

This is different from swift_deallocObject in that it applies to objects
at +1 while swift_deallocObject actually only applies to objects whose
state is deiniting (swift_release was called).

…ed objects

This is different from swift_deallocObject in that it applies to objects
at +1 while swift_deallocObject actually only applies to objects whose
state is deiniting (swift_release was called).
@aschwaighofer
Copy link
Contributor Author

@swift-ci Please test

@aschwaighofer
Copy link
Contributor Author

The test from #12744 applies here.

@swift-ci
Copy link
Contributor

swift-ci commented Nov 3, 2017

Build failed
Swift Test Linux Platform
Git Sha - b93e939

@swift-ci
Copy link
Contributor

swift-ci commented Nov 3, 2017

Build failed
Swift Test OS X Platform
Git Sha - b93e939

@aschwaighofer
Copy link
Contributor Author

@swift-ci Please test

@swift-ci
Copy link
Contributor

swift-ci commented Nov 3, 2017

Build failed
Swift Test OS X Platform
Git Sha - b93e939

@swift-ci
Copy link
Contributor

swift-ci commented Nov 3, 2017

Build failed
Swift Test Linux Platform
Git Sha - b93e939

@aschwaighofer
Copy link
Contributor Author

@swift-ci Please clean test macOS

@swift-ci
Copy link
Contributor

swift-ci commented Nov 3, 2017

Build failed
Swift Test OS X Platform
Git Sha - 7a7d329

@aschwaighofer
Copy link
Contributor Author

@swift-ci Please test macOS

@aschwaighofer aschwaighofer merged commit 2e5b982 into swiftlang:master Nov 4, 2017
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.

2 participants