[interp] Fully outline enum_hasflag to save stack. (#16228)
commit35fc20b6375b338f8b9965fecfebb5e815e42c55
authorJay Krell <jaykrell@microsoft.com>
Fri, 16 Aug 2019 07:13:22 +0000 (16 00:13 -0700)
committerVlad Brezae <brezaevlad@gmail.com>
Fri, 16 Aug 2019 07:13:22 +0000 (16 10:13 +0300)
tree2b0dd23b93756d55c0484150f307258f1a021539
parent5461fb78c745ab48cb97f8b7c65a08632f725102
[interp] Fully outline enum_hasflag to save stack. (#16228)

Alternative to https://github.com/mono/mono/pull/16197.
If you are going outline, you sometimes might as well take it all with you
instead of bouncing back and forth for a partial inlining.
mono/mini/interp/interp.c