-
Notifications
You must be signed in to change notification settings - Fork 10.5k
WIP: [IRGen][runtime] Reduce object header to 8 bytes on 32-bit platforms. #7837
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
WIP: [IRGen][runtime] Reduce object header to 8 bytes on 32-bit platforms. #7837
Conversation
@swift-ci please test |
Build failed |
@swift-ci please test |
Build failed |
Build failed |
38ff7ef
to
77298e8
Compare
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test |
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test |
Build failed |
Build failed |
I had optimistically written the code here optimistically hoping swiftlang#7837 would land in time for me to merge, but that didn't happen, so adjust some things to match the current 12-byte object header size on 32-bit, and introduce some ABI constants for the expected 32- and 64-bit object header sizes we can assert against so that we have some robustness when it eventually changes again. Implements rdar://problem/31768303.
I had optimistically written the code here optimistically hoping swiftlang#7837 would land in time for me to merge, but that didn't happen, so adjust some things to match the current 12-byte object header size on 32-bit, and introduce some ABI constants for the expected 32- and 64-bit object header sizes we can assert against so that we have some robustness when it eventually changes again. Implements rdar://problem/31768303.
Reintroduced in #12790. |
No description provided.