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

Do not optimize tag types in SignaturePruning #7231

Merged
merged 1 commit into from
Jan 18, 2025

Conversation

tlively
Copy link
Member

@tlively tlively commented Jan 18, 2025

Now that we preserve tag heap types in the IR, it was possible for
SignaturePruning to optimize heap types used by tags in such a way that
the tag uses would no longer be valid. An ideal fix would be to have
SignaturePruning analyze and optimize tag usage as well as calls, but
for now just skip optimizing any heap type used in a tag.

Now that we preserve tag heap types in the IR, it was possible for
SignaturePruning to optimize heap types used by tags in such a way that
the tag uses would no longer be valid. An ideal fix would be to have
SignaturePruning analyze and optimize tag usage as well as calls, but
for now just skip optimizing any heap type used in a tag.
@tlively tlively requested a review from kripken January 18, 2025 19:36
@tlively tlively enabled auto-merge (squash) January 18, 2025 20:29
@tlively tlively merged commit 9795fc1 into main Jan 18, 2025
14 checks passed
@tlively tlively deleted the signature-pruning-no-tags branch January 18, 2025 20:49
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.

2 participants