-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
GH-131726: Split up _CHECK_VALIDITY_AND_SET_IP
#131810
GH-131726: Split up _CHECK_VALIDITY_AND_SET_IP
#131810
Conversation
|
|
|
This is the first step in reducing the amount of validity checks we perform. Having this be a superinstruction doesn't make anything more efficient, and just complicates the insertion and removal of these instructions.