-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[stdlib] Some cleanup enabled by _alwaysEmitIntoClient. #23026
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 |
Build failed |
Build failed |
stdlib/public/core/Character.swift
Outdated
@@ -83,8 +83,7 @@ extension Character { | |||
_internalInvariant(_str._guts.isFastUTF8) | |||
|
|||
// TODO(@eject): Switch to a helper property on StringObject/StringGuts. |
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.
You can remove this TODO and the one below no?
Refactor some copy-pasted code into a helper computed variable and outline some cold paths.
8c6b9c0
to
19014a8
Compare
@swift-ci please test |
@swift-ci please benchmark |
Build failed |
Build failed |
Performance: -O
Code size: -O
Performance: -Osize
Code size: -Osize
Performance: -Onone
How to read the dataThe tables contain differences in performance which are larger than 8% and differences in code size which are larger than 1%.If you see any unexpected regressions, you should consider fixing the Noise: Sometimes the performance results (not code size!) contain false Hardware Overview
|
Refactor some copy-pasted code into a helper computed variable and
outline some cold paths.