[interp] Work toward consolidating multiple nonrecursive call sites to just one....
commit2d0ddf0abd81fbb806df2ab65b53d8d27e96d13a
authorJay Krell <jaykrell@microsoft.com>
Mon, 17 Feb 2020 11:43:34 +0000 (17 03:43 -0800)
committerGitHub <noreply@github.com>
Mon, 17 Feb 2020 11:43:34 +0000 (17 12:43 +0100)
tree503a62b20ee041e0eb9c95685447ae1c4ca54228
parentd98b7bf9f9dbaacba9634f800bc11e6d672b02a4
[interp] Work toward consolidating multiple nonrecursive call sites to just one. (#18858)

https://github.com/mono/mono/pull/18825 was deemed too large so this breaks
it down into smaller pieces.
To consolidate the multiple nonrecursive call sites requires they share the smae
retval variable. Go ahead and share them all.
mono/mini/interp/interp.c