-
Notifications
You must be signed in to change notification settings - Fork 13.3k
_match.rs: improve enter_opt
#13169
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
_match.rs: improve enter_opt
#13169
Conversation
This is to address Niko's concern about |
Oh yeah, sorry, I forgot about this patch. :( I don't quite understand what's going on here I'm afraid. Let me try to remember. |
@edwardw :( I'm sorry I've had such a long delay. Believe it or not, I've finally unblocked enough of my schedule to start looking at patches like this again. Do you feel that patch has bitrotted / did you lose confidence in it, or did you simply lose patience? |
Ah, I just thought this is a nice-to-have sort of thing and would be closed as inactive anyway. So here it is again. r? |
The `enter_opt` needs to know whether an arm has guard function or not. Passes in additional argument so that it can make more precise judgement.
Close and intend to resurrect the patch as part of the fix for #13867. |
On Fri, May 02, 2014 at 11:57:03AM -0700, Edward Wang wrote:
OK. I've tried several times to grok this patch and never succeeded in |
The
enter_opt
needs to know whether an arm has guard function or not.Passes in additional argument so that it can make more precise
judgement.