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

Remove tracking of unmatched in parameters in GetInvocationEscapeScope() and CheckInvocationEscape() #62834

Closed
cston opened this issue Jul 21, 2022 · 0 comments · Fixed by #62847
Labels
Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead

Comments

@cston
Copy link
Member

cston commented Jul 21, 2022

Default arguments are now created during binding so there should be no unmatched in parameters in escape analysis of method invocations.

In short, we should be able remove inParametersMatchedWithArgs and TryGetUnmatchedInParameterAndFreeMatchedArgs().

See #61195 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
1 participant