[Mono-dev] No tail call optimization for virtual calls

2008-06-21 Thread Debacker
Hi Mono 1.9.1 does no seem to "optimize" tail virtcall's. As a consequence, I get a stackoverflow. Using Microsoft .NET 2.0 is works as expected. I have attached the IL source code (no C# since C# does not support tail optimization AFAIK). Is it a known problem or shall I fill a bug report? The

[Mono-dev] [PATCH] Implement internal call builders

2008-06-21 Thread Kornél Pál
Hi, There are a lot of internal calls that could be implemented entirely using managed code. Usually the problem is that they require information about internal data structures of the runtime. Sharing internal structures between native and managed code is problematic because two declarations

Re: [Mono-dev] docs & source tarbals should get updated

2008-06-21 Thread Valentin Sawadski
Hi On Fri, 2008-06-20 at 18:12 +0200, Miha Vrhovnik wrote: > Hi > > I hope that this is the correct mailing list for this. > I'm trying to compile Mono on Windows using VS 2005. > I was following the docs but as written in docs is NO GO as at least eglib > directory is missing in bz2 file[1] >