forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: fix jitstress/gcstress issue with return value liveness (dotnet#…
…2055) The jit was not extending return value liveness properly for methods that returned a ref-wrapped struct, if jitstress caused code to be added between the final body statement and the epilog (eg a profile leave hook). Fixes many of the cases in dotnet#1971.
- Loading branch information
1 parent
77093d8
commit c6e9145
Showing
1 changed file
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters