[interp] Implement runtime invokes by executing the runtime-invoke wrappers using...
authorZoltan Varga <vargaz@gmail.com>
Mon, 19 Jun 2017 15:12:33 +0000 (11:12 -0400)
committerGitHub <noreply@github.com>
Mon, 19 Jun 2017 15:12:33 +0000 (11:12 -0400)
commitdf203f3532c11d3d54d32b37aba49fd7a7abd5e4
tree02fe474269634aa65ae71f412ebe0cc384242b79
parentf98b92ea6c84e06fb87640fbbd8f718cef5f2064
[interp] Implement runtime invokes by executing the runtime-invoke wrappers using the interpreter. This saves some code and allows better interop with JIT exceptions. (#5057)
mono/mini/interp/interp.c
mono/mini/interp/transform.c