-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
spanconfig: pass SpanConfig by pointer #109781
spanconfig: pass SpanConfig by pointer #109781
Conversation
3e65e4b
to
c4dfe1e
Compare
04e2aca
to
6032c5d
Compare
fa77aa4
to
fd36c6d
Compare
2f400b9
to
2eef918
Compare
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.
Can we merge just the last 2 commits separately, so that this PR isn't blocked on the first commit?
Reviewed 25 of 25 files at r1, 3 of 3 files at r2, 24 of 24 files at r3, all commit messages.
Reviewable status:complete! 1 of 0 LGTMs obtained (waiting on @adityamaru, @herkolategan, and @srosenberg)
Epic: none Release note: None
2eef918
to
a75d38f
Compare
SpanConfig can be a large object and it is more efficient to pass by pointer now that it goes through multiple layers of code. Epic: none Release note: None
a75d38f
to
3cbfa22
Compare
bors r=arulajmani |
Build succeeded: |
Note: Only the last 2 commits are only in this PR.
SpanConfig can be a large object and it is more efficient to pass by
pointer now that it goes through multiple layers of code.
Epic: none
Release note: None