[interp] Abide by the abort threshold constraint
commit9fca288cab746b1f1da7c0136931edcaf230e5c6
authorVlad Brezae <brezaevlad@gmail.com>
Mon, 22 Jan 2018 20:16:58 +0000 (22 22:16 +0200)
committerVlad Brezae <brezaevlad@gmail.com>
Wed, 24 Jan 2018 10:17:02 +0000 (24 12:17 +0200)
tree40a329efa8c98a2dce38d78cba1cb12ab5cf212a
parent8b1c87bc153dc8188b4fb34b14fc09c62cc2d8bc
[interp] Abide by the abort threshold constraint

For mono_thread_get_undeniable_exception to work, it needs to unwind the stack and find the first managed frame. This is only possible if we push an interp LMF with a frame for the interp to native transition.
mono/mini/interp/interp.c