Allow jit internal errors to propagate to user visible exception (#16320)
authorAndy Ayers <andya@microsoft.com>
Sat, 10 Feb 2018 11:57:44 +0000 (03:57 -0800)
committerJan Kotas <jkotas@microsoft.com>
Sat, 10 Feb 2018 11:57:44 +0000 (03:57 -0800)
commit4b56981457952ea8db2f209de2fb2abb23f2d206
tree319467715ae433bb7c481ec1e0db263f8ea64f99
parenta1889b6dd802faadba09964cbb091e9f611d5b27
Allow jit internal errors to propagate to user visible exception (#16320)

May help users find workarounds for cases where the jits hit some
kind of implementation limit, as in #12480 or #14762.
src/vm/jitinterface.cpp