Hi,
I tried running ikvm on Mono 0.20 (on Windows) and here are my findings:
* The --noinline and --share-code switches are still required, because otherwise Mono will run the .cctor methods to early (and, by my reading, the Mono behavior is not allowed by the ECMA spec)
* StackFrame.GetFileName() returns "<unknown>" instead of a null reference when the filename isn't known
* I get an assertion failed: ** ERROR **: file jit.c: line 486 (mono_store_tree): assertion failed: (s->svt != VAL_UNKNOWN) aborting...
* Running mint on ikvm.exe produces no output whatsoever
Regards,
Jeroen
