[Mono-list] PPC Request
Ferguson, Neale
Neale.Ferguson@SoftwareAG-USA.com
Mon, 9 Feb 2004 11:23:19 -0500
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
Neale.Ferguson@SoftwareAG-usa.com please?
using System;
class sample {
static void Main ()
{
Console.WriteLine ("Hello World!");
}
}
Neale Ferguson