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

C++: #16009 (second attempt) #17938

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

MathiasVP
Copy link
Contributor

This is my attempt at fixing the performance issue that was blocking #16009. Instead of materializing the guard-related predicates with Operand columns we keep using value numbers to reduce the size of the predicates.

This is currently a breaking change. If this turns out to fix the performance problems I'll think of a solution (and clean up the PR) 🤞

@github-actions github-actions bot added the C++ label Nov 8, 2024
}

class ConstantValueNumber extends ValueNumber {
ConstantInstruction instr;

Check notice

Code scanning / CodeQL

Field only used in CharPred Note

Field is only used in CharPred.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant