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
{{ message }}
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
This really only applies to non-transparent returns, afaict. I think the return target (i.e. fall-through) of a function call should be handled by something akin to a NonLocalEntryFragment, and perhaps specially marked (i.e. not belonging to the Fragment::successors). This would simplify later things.
The text was updated successfully, but these errors were encountered:
This really only applies to non-transparent returns, afaict. I think the return target (i.e. fall-through) of a function call should be handled by something akin to a
NonLocalEntryFragment
, and perhaps specially marked (i.e. not belonging to theFragment::successors
). This would simplify later things.The text was updated successfully, but these errors were encountered: