-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[4.0] String performance optimizations #10223
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
[4.0] String performance optimizations #10223
Conversation
This is a way of testing infrastructure for an updated UTF8View iterator
@swift-ci Please test |
@swift-ci Please test source compatibility |
@swift-ci Please benchmark |
} | ||
} | ||
|
||
/* |
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.
Looks like a development process artifact. Should it be removed?
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.
Good catch. Yes, it should be removed, though since it's benign I'd rather do this in master as a separate thing and let it land in a release later.
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.
Build comment file:Build failed before running benchmark. |
@shahmishal I don't understand the failure. Should we just run the benchmark again? |
Benchmark driver is written to only work with master branch https://github.com/apple/swift/blob/swift-4.0-branch/benchmark/scripts/Benchmark_Driver#L292
|
Locally-derived benchmark results (-O): Regression (10)
Improvement (57)
No Changes (214)
|
Explanation: String optimizations
Scope: optimizations
Radar: rdar://32744663 String Optimizations for Swift 4 beta 3
Risk: very low
Testing: Passed full validation + benchmarking on master; validation and source compatibility on the 4.0 branch (benchmark testing on 4.0 branch not supported)