[Mono-dev] VBNC uses too much CPU and RAM on Mono

Jonathan Pryor jonpryor at vt.edu
Tue Oct 31 21:02:22 EST 2006


On Tue, 2006-10-31 at 22:52 +0100, Kornél Pál wrote:
> >Well, I'm not going to waste time with this thread anymore, since you are
> >not willing to understand or to cooperate. I asked for a program that takes
> >less than that to compile, because it's obvious that trying to profile that
> >is idiotic and a complete waste of time. Is that so hard to get through?
> 
> Sorry if I don't understand what you need but I have no experience in 
> profiling Mono.
> 
> What is the sample program that you need? Sorry but I really didn't 
> understand what exactly you need.

He needs Hello World:

	Imports System

	Public Module HelloWorld
		Public Shared Sub Main ()
			Console.WriteLine ("Hello, World!")
		End Sub
	End Module

I don't know VB, so that probably won't work, but he needs a *small* VB
source program that doesn't take > 1 hour to compile, but instead
(preferably) takes < 1 minute.

If Hello World can't be compiled in a reasonable time frame, then....
Ouch.

 - Jon





More information about the Mono-devel-list mailing list