[Mono-dev] Building Mono on Linux/Alpha
Sergey Tikhonov
tsv at solvo.ru
Mon Aug 28 14:52:42 EDT 2006
Hello Zoltan,
Well, all tests passed (except one in basic-float with precision).
The "Hello world" program works. :)
The mcs.exe still fails. :)
So far I'am trying to understand why the following test fails:
string af = string.Format("{0}", 1);
Console.WriteLine(af);
it outputs - 539802584 (I know it might be some kind of address).
There is one thing that I couldn't find out. The
mono_arch_get_vcall_slot_addr function for
amd64 checks for 4 cases, but I've found just one - which loads method
address from "this"
and calls it. What other cases I should check for? Are there tests that
could show it?
Thank you,
Sergey.
tsv at solvo.ru
Solvo Ltd.
More information about the Mono-devel-list
mailing list