Skip to content
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

Merged
merged 2 commits into from
Sep 27, 2023

Conversation

andrewbaptist
Copy link
Contributor

@andrewbaptist andrewbaptist commented Aug 30, 2023

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

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@andrewbaptist andrewbaptist force-pushed the 2023-08-23-change-span-to-ptr branch 9 times, most recently from 3e65e4b to c4dfe1e Compare September 6, 2023 14:11
@andrewbaptist andrewbaptist force-pushed the 2023-08-23-change-span-to-ptr branch 6 times, most recently from 04e2aca to 6032c5d Compare September 8, 2023 21:23
@andrewbaptist andrewbaptist force-pushed the 2023-08-23-change-span-to-ptr branch 13 times, most recently from fa77aa4 to fd36c6d Compare September 25, 2023 17:37
@andrewbaptist andrewbaptist changed the title 2023 08 23 change span to ptr spanconfig: pass SpanConfig by pointer Sep 25, 2023
@andrewbaptist andrewbaptist force-pushed the 2023-08-23-change-span-to-ptr branch 2 times, most recently from 2f400b9 to 2eef918 Compare September 26, 2023 20:51
@andrewbaptist andrewbaptist marked this pull request as ready for review September 27, 2023 13:51
@andrewbaptist andrewbaptist requested review from a team as code owners September 27, 2023 13:51
@andrewbaptist andrewbaptist requested review from adityamaru, herkolategan and srosenberg and removed request for a team September 27, 2023 13:51
Copy link
Collaborator

@arulajmani arulajmani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last 2 commits :lgtm:

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: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @adityamaru, @herkolategan, and @srosenberg)

Epic: none

Release note: None
@andrewbaptist andrewbaptist force-pushed the 2023-08-23-change-span-to-ptr branch from 2eef918 to a75d38f Compare September 27, 2023 16:58
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
@andrewbaptist andrewbaptist force-pushed the 2023-08-23-change-span-to-ptr branch from a75d38f to 3cbfa22 Compare September 27, 2023 20:05
@andrewbaptist
Copy link
Contributor Author

bors r=arulajmani

@craig
Copy link
Contributor

craig bot commented Sep 27, 2023

Build succeeded:

@craig craig bot merged commit f085187 into cockroachdb:master Sep 27, 2023
@andrewbaptist andrewbaptist deleted the 2023-08-23-change-span-to-ptr branch December 15, 2023 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants