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

प्रव ीण् ए (Praveen A) <[email protected]> Mon, 30 Jan 2006 12:44:23 +0530
Newsgroups gmane.comp.gnu.dotgnu.developer,gmane.comp.gnu.dotgnu.pnet.devel
Message-ID <[email protected]>
2006/1/29, Kirill Kononenko <[email protected]>:
>
> 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)


 pravi@icon113:~/CS$ cat helloworld.cs
using System;

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

_______________________________________________
Developers mailing list
[email protected]
http://dotgnu.org/mailman/listinfo/developers