Hi,
 I've been doing a port of the jit to S/390 and am at the stage I need to
verify the code that's being emitted. Would someone with access to PPC run
the following HelloWorld program with the --debug -v -v options, tar the
resulting 66K lines or so and e-mail it to me at
[EMAIL PROTECTED] please?

using System;

class sample {

        static void Main ()
        {
                Console.WriteLine ("Hello World!");
        }
}

Neale Ferguson 
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to