[Mono-list] Mono and the .NET 1.1 changes

Jeroen Frijters jeroen@sumatra.nl
Wed, 16 Apr 2003 13:24:00 +0200


Hi,

What is Mono's position with respect to the new APIs in Microsoft 1.1
implementation?

For IKVM.NET (http://ikvm.net), at the moment I'm specifically
interested in:

RuntimeHelpers.GetHashCode(object);
Thread.VolatileRead(ref double);
Thread.VolatileWrite(ref double);
Thread.VolatileRead(ref long);
Thread.VolatileWrite(ref long);

Note that this isn't a priority for me, I don't require these, but it is
something that would make my code cleaner. I'm really looking for input
to get a feeling for when I should move IKVM.NET to 1.1.

Regards,
Jeroen