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

[IRGen][runtime] Reduce object header to 8 bytes on 32-bit platforms. #12790

Conversation

gparker42
Copy link
Contributor

SR-4353, rdar://29765800

@gparker42
Copy link
Contributor Author

@swift-ci please test

@swift-ci
Copy link
Contributor

swift-ci commented Nov 7, 2017

Build failed
Swift Test Linux Platform
Git Sha - 437cc50

@swift-ci
Copy link
Contributor

swift-ci commented Nov 7, 2017

Build failed
Swift Test OS X Platform
Git Sha - 437cc50

@gparker42
Copy link
Contributor Author

@swift-ci please test

@swift-ci
Copy link
Contributor

swift-ci commented Nov 7, 2017

Build failed
Swift Test Linux Platform
Git Sha - 437cc50

@gparker42
Copy link
Contributor Author

@swift-ci please test

@@ -3152,7 +3151,7 @@ IRGenModule::getAddrOfGlobalConstantString(StringRef utf8) {

// FIXME: Big endian-ness.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can't break all those 32-bit big endian platforms... we still care about m68k right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it's not in the tests it doesn't exist.

Having said that the comment no longer applies; any endianness problems would now be inside InlineRefCountBits. I'll remove it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed.

@swift-ci
Copy link
Contributor

swift-ci commented Nov 7, 2017

Build failed
Swift Test OS X Platform
Git Sha - c619211

@gparker42
Copy link
Contributor Author

@swift-ci please test

1 similar comment
@shahmishal
Copy link
Member

@swift-ci please test

@gparker42 gparker42 merged commit 9a38e60 into swiftlang:master Nov 8, 2017
@gparker42 gparker42 deleted the GrP-PR-969077AF-B6EE-4E5C-9A06-272067A8B3A3 branch November 10, 2017 04:35
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.

4 participants