Skip to content

staticdata: prune backedges table during serialization #58156

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 1 commit into from
Apr 20, 2025

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Apr 17, 2025

After the bindings change, there is quite a lot of garbage in here now at runtime (it does not de-duplicate entries added for bindings), so attempt to do a bit of that during serialization.

This should be a very safe part of #58078

@vtjnash vtjnash added re-land This relands a PR that was previously merged but was later reverted. merge me PR is reviewed. Merge when all tests are passing labels Apr 17, 2025
@topolarity topolarity removed the merge me PR is reviewed. Merge when all tests are passing label Apr 17, 2025
@topolarity
Copy link
Member

This should be a very safe part of #58078

Unfortunately, this appears to have broken the --trim test somehow

@vtjnash vtjnash force-pushed the jn/58078-prune-backedges branch from 60d7f62 to fcbe226 Compare April 18, 2025 17:02
vtjnash added a commit that referenced this pull request Apr 19, 2025
While #58156 was supposed to be fairly trivial, it ended up uncovering
many bugs in the unusual ways that trimming and binding partition had
been added to the serialization format. This attempts to reorganize them
to be handled more consistently and with fewer mistakes.
After the bindings change, there is quite a lot of garbage in here now
at runtime (it does not de-duplicate entries added for bindings), so
attempt to do a bit of that during serialization.
@vtjnash vtjnash force-pushed the jn/58078-prune-backedges branch from fcbe226 to 6d55385 Compare April 19, 2025 16:18
@vtjnash vtjnash added the merge me PR is reviewed. Merge when all tests are passing label Apr 19, 2025
@vtjnash vtjnash merged commit 3ea60d2 into master Apr 20, 2025
5 of 8 checks passed
@vtjnash vtjnash deleted the jn/58078-prune-backedges branch April 20, 2025 01:37
@oscardssmith oscardssmith removed the merge me PR is reviewed. Merge when all tests are passing label Apr 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
re-land This relands a PR that was previously merged but was later reverted.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants