You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix generic argument access in filter funclets (#121332)
In funclets of generic methods, access to the generic argument may be
needed. It doesn't work correctly, because the filter funclet has its
own locals and various IR instructions that use that argument cannot
access it.
This change adds copying of that argument from the parent frame to the
funclet frame at the same offset so that the access to it just works.
0 commit comments