[interp] Avoid declaring MonoError's in interp_exec_method_full (), it increases...
commitcba874139d8f59873c8f89531891340fe81788bd
authorZoltan Varga <vargaz@gmail.com>
Tue, 9 Jul 2019 19:16:46 +0000 (9 15:16 -0400)
committerGitHub <noreply@github.com>
Tue, 9 Jul 2019 19:16:46 +0000 (9 15:16 -0400)
tree62f23fe01ff1bcbc615b52c6e2ded3665e2efb35
parentd33747a6e3bdb13803ae2dcd7077edd7df094b5b
[interp] Avoid declaring MonoError's in interp_exec_method_full (), it increases the native stack frame size because the optimizer can't seem to figure out live ranges. (#15613)

* [interp] Avoid declaring MonoError's in interp_exec_method_full (), it increases the native stack frame size because the optimizer can't seem to figure out live ranges.

* Remove some unused fields from InterpFrame.
mono/mini/interp/interp-internals.h
mono/mini/interp/interp.c