-
Notifications
You must be signed in to change notification settings - Fork 10.5k
A new way to bridge constant NSStrings #74881
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
@swift-ci please test |
@swift-ci please Apple Silicon benchmark |
note: we are not expecting any wins because this functionality hasn't been adopted yet, we're just hoping for no notable losses |
@swift-ci please Apple Silicon benchmark |
@swift-ci please test |
@swift-ci please Apple Silicon benchmark |
@swift-ci please test |
Only remaining failed tests are due to the new ABI, so I'll just need to add availability Failed Tests (2): |
@swift-ci please test |
@swift-ci please test |
@swift-ci please Apple Silicon benchmark |
@swift-ci please benchmark |
@swift-ci please test |
Benchmarking is waiting on #74911 |
@swift-ci please Apple Silicon benchmark |
@swift-ci please benchmark |
Somehow performance improved??
|
@swift-ci please test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved after resolving the object identifier bug in test case.
@swift-ci please test |
Supports a new discriminator case: immortal, bridged. Added in swiftlang/swift#74881.
Supports a new discriminator case: immortal, bridged. Added in swiftlang/swift#74881. (cherry-picked from commit 3b70fcc)
Supports a new discriminator case: immortal, bridged. Added in swiftlang/swift#74881. (cherry-picked from commit 3b70fcc)
rdar://130992941
This introduces a new SPI for Foundation to call that allows access to ASCII constant NSString's contents without having to indirect through ObjC messaging