Skip to content

C++: Fix duplicate "final global value" nodes #15282

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

Merged
merged 5 commits into from
Jan 12, 2024

Conversation

MathiasVP
Copy link
Contributor

@MathiasVP MathiasVP commented Jan 10, 2024

I had hoped that this would fix the performance problems in #15194, but it doesn't look like it. Nevertheless, I think we should get this fix in since it may still be a (small) performance optimization and it fixes more pointer/pointee conflation of global variables.

I've verified that all the lost results are due to pointer/pointee conflation being removed from global variables 🎉

@github-actions github-actions bot added the C++ label Jan 10, 2024
@MathiasVP MathiasVP marked this pull request as ready for review January 10, 2024 18:10
@MathiasVP MathiasVP requested a review from a team as a code owner January 10, 2024 18:10
@MathiasVP MathiasVP added the no-change-note-required This PR does not need a change note label Jan 10, 2024
@MathiasVP
Copy link
Contributor Author

Sorry for the long answers @geoffw0. I figured I should give a fully explanatory answer to these questions as we're trying to spread out the knowledge a bit more on the team 😅

@geoffw0
Copy link
Contributor

geoffw0 commented Jan 11, 2024

Sorry for the long answers @geoffw0. I figured I should give a fully explanatory answer to these questions as we're trying to spread out the knowledge a bit more on the team 😅

Yes, and likewise apologies for pushing for every detail for the same reason.

@MathiasVP MathiasVP merged commit 6bd31de into github:main Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ no-change-note-required This PR does not need a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants