-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
JIT: Remove fallthrough quirk in fgFindInsertPoint #99783
Conversation
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
Have you looked through diffs yet? |
I've looked at a few, though I'm thinking of adding the check for "fall through" for |
Diffs are smaller now, though still pretty big -- Once we have a new block layout algorithm in place, my hope is we can get rid of all of these attempts to prematurely preserve fallthrough behavior, and trust that block layout will do something reasonable (ideally, we'd be able to get rid of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you leave a todo here or a note in #93020 to revisit this after we have improved layout?
Sure thing; I added a note to #93020. |
Part of #95998.