You could use mono -v to see the debug:
Test.cs
using System;
class Test
{
public static void Main ()
{
Console.ReadLine ();
Console.WriteLine ("Hola");
Console.ReadLine ();
Console.WriteLine (String.Format ("a {0}", "b"));
}
}
Compile:
gmcs Test.cs
mono -v Test.exe
JCO
On 3/18/07, Chris Seaton <[EMAIL PROTECTED]> wrote:
When does Mono JIT compile each method? When the assembly is loaded?
When the class is first referenced? When the class is first
instantiated? When a method referring to it is compiled? When it is
first called?
Thanks
Chris Seaton
_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list
--
Juan Cristóbal Olivares
_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list