You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boolllvmonly=symbols[1].Contains("mono_llvmonly_runtime_invoke");// LLVM inlines the Collect function, so 'Collect' doesn't show up in the stack trace :/
18
18
boolinterp=false;
19
+
boolcoreclr=false;
19
20
20
21
if(!aot){
21
22
for(inti=0;i<5&&!interp;i++){
22
23
/* ves_pinvoke_method (slow path) and do_icall (fast path) are
23
24
* MONO_NEVER_INLINE, so they should show up in the backtrace
0 commit comments