Hi
To allow vfs part to AOT after mono compilation, I've changed
Kernel/Core/Vfs/PathResolver.cs (rev. 1171 / 1172)
I can't come up with a test case unfortunately :/ Without patch it
throws exception in X86/IR.cs:Branch() on:

string errorLabel = this.GetLabel (instruction.Block.Outs [1]);

So I've just added "else{}" after affected ifs.
I think it has something to do with dominators & blocks ordering...
not sure how to produce a testcase for it.

If anyone knows how to produce a testcase, please add :)

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
SharpOS-Developers mailing list
SharpOS-Developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sharpos-developers

Reply via email to