dotgnu-libjit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libjit-developers] Hello World prints its string with the new Just-


From: Praveen A
Subject: Re: [Libjit-developers] Hello World prints its string with the new Just-In-Time Compiler
Date: Mon, 30 Jan 2006 12:44:23 +0530



2006/1/29, Kirill Kononenko <address@hidden>:
Hi All,

I don't know if many have noticed the great news... But the
Hello!World! does work with the new Just-In-Time Compiler.

Due to some last minute changes there are some funny exceptions,
though: http://maybe.dotgnu.info:8000/~krokas/pnet_2005_12_20/testcases/hello.il
:)
(taken from the #mono irc channel)

 address@hidden:~/CS$ cat helloworld.cs
using System;

public class HelloWorld
{
        public static void Main()
        {
                Console.WriteLine("Hello C# World");
        }
}
address@hidden:~/CS$ cscc -o helloworld.exe helloworld.cs
address@hidden:~/CS$ ilrun helloworld.exe
ello C# World*** glibc detected *** free(): invalid next size (fast): 0x08249e70 ***
Aborted
address@hidden:~/CS$


Lost an H somewhere !!
Cheers
Praveen A

--
            "GNU is the system, and Linux is the  kernel."
A proud GNU user http://www.gnu.org
Me scribbles at http://www.pravi.co.nr

reply via email to

[Prev in Thread] Current Thread [Next in Thread]