-
Notifications
You must be signed in to change notification settings - Fork 10.5k
stdlib: remove all FIXME(sil-serialize-all) attributes in StringSwitch.swift #20477
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 smoke test |
@swift-ci benchmark |
1 similar comment
@swift-ci benchmark |
@@ -6,6 +6,7 @@ Func MutableCollection._introSort(within:by:) has been removed | |||
Func MutableCollection._introSortImpl(within:by:depthLimit:) has been removed | |||
Func MutableCollection._siftDown(_:within:by:) has been removed | |||
Func MutableCollection._sort3(_:_:_:by:) has been removed | |||
Func _createStringTableCache(_:) has been 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.
The ABI list is unsorted now, can you group your entries together down the bottom?
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.
ok, done
Thanks! |
bafe285
to
abdd51e
Compare
@swift-ci smoke test and merge |
1 similar comment
@swift-ci smoke test and merge |
…h.swift Those attributes were generated automatically, but are not needed. All the annotated declarations are only used stdlib internally rdar://problem/45927899
abdd51e
to
1a02650
Compare
@swift-ci smoke test and merge |
1 similar comment
@swift-ci smoke test and merge |
Build comment file:Performance: -O
Performance: -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
|
Those attributes were generated automatically, but are not needed.
All the annotated declarations are only used stdlib internally
rdar://problem/45927899