-
Notifications
You must be signed in to change notification settings - Fork 2.4k
proposal for unaligned loads and stores #1537
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
@glessard Is this still awaiting an implementation? |
The proposal and implementation are ready for review. |
I could remove excessive references to drafts, I guess. |
Ah, I see the link in the PR summary. Could you link it from the document, please? And yeah, if there's any draft cleanup you want to do, please do so. |
@rjmccall Ready to go on my end; let me know if you need any other changes. |
Thanks. We'll try to talk about it in the Core Team ASAP and figure out how it's going to be scheduled, but I wanted to make sure you felt it was ready before we started that process. |
We'd like to go ahead and run this. I'll be review manager. I think two weeks, running from March 30th until April 12th, is probably appropriate; is that okay with you as the author? |
Sounds great. Thanks! |
Review manager feedback:
With that, I'll put this in review. |
|
Co-authored-by: Ben Rimmington <[email protected]>
Thank you. |
Regarding |
I mean, we could add a builtin that does an aligned store. But in fact we don't need to: since you're requiring the type to be POD, you can simply use the existing initialize or assign builtin. |
Do you want me to put this into review? I can just make these same comments in the review thread, and we can see what the community thinks. Worst case, the Core Team asks you to revise the proposal. |
Yes, go ahead. Thanks! |
Implementation PR: swiftlang/swift#41033