-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Try an experiment #36886
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
Try an experiment #36886
Conversation
@swift-ci please benchmark |
Performance: -O
Code size: -O
Performance: -Osize
Code size: -Osize
Performance: -Onone
Code size: -swiftlibsHow 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
|
Sooo the fast path is slower? |
602a985
to
47545bf
Compare
@swift-ci please benchmark |
@swift-ci please benchmark |
@swift-ci please benchmark |
Build failed before running benchmark. |
@swift-ci please test |
Build failed |
Build failed |
Reminder for myself next time: you're waiting on Michael to figure out the compiler bug it's hitting /Users/david/swift-external/build/Ninja-ReleaseAssert+stdlib-Release/swift-macosx-x86_64/stdlib/public/core/8/Tuple.swift
|
@@ -880,6 +880,11 @@ BUILTIN_MISC_OPERATION_WITH_SILGEN(BuildDefaultActorExecutorRef, | |||
BUILTIN_MISC_OPERATION_WITH_SILGEN(BuildMainActorExecutorRef, | |||
"buildMainActorExecutorRef", "n", Special) | |||
|
|||
/// isOnStack : (Builtin.NativeObject) -> Builtin.Int1 | |||
/// | |||
/// Returns true if the optimizer successfully moved this object from the stack onto the heap. |
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.
Is this comment backwards?
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.
I think so but you'll have to ask @gottesmm since it's from his PR that I merged into this one
No description provided.