[Mono-dev] Heap snapshots in the loggin profiler

2009-11-01 Thread Massimiliano Mantione
The logging profiler has support for heap snapshots (like heap-shot), but it has never been perfect. This mail wants to explain what's wrong, and why I think it's better concentrating on making it work with sgen instead of insisting in trying it with Bohem (unless we are willing to implement a

Re: [Mono-dev] [PATCH] Add HttpNotFoundHandler and HttpNotImplementedHandler

2009-11-01 Thread Kornél Pál
I've received no comments or approval please review and if you like it, approve the patch. Thanks. Kornél Kornél Pál wrote: Hi, These two internal types are present in all .NET Framework versions. HttpNotFoundHandler is exposed by default Web.config in .NET Framework 2.0.

[Mono-dev] [PATCH] Fix cygwin build by adding mswsock lib

2009-11-01 Thread Kornél Pál
Please see the attached patch that fixes cygwin build by adding mswsock lib. Please review and if you like it, approve the patch. Thanks. Kornél Index: mono/configure.in === --- mono/configure.in (revision 145149) +++

[Mono-dev] [PATCH] Enable dolt on cygwin

2009-11-01 Thread Kornél Pál
Please see the attached patch that enables dolt on cygwin. I have tested this and found no problems. Please review and if you like it, approve the patch. Thanks. Kornél Index: mono/acinclude.m4 === --- mono/acinclude.m4

[Mono-dev] [PATCH] Use trampolines for vtable fixups (Windows)

2009-11-01 Thread Kornél Pál
Please see the attached patch that is a separated and improved version of the prevously submitted patch. ChangeLog draft: mono_image_fixup_vtable is now called only when the image is loaded and creates trampolines rather than pointers to wrapper functions. A new trampoline type

Re: [Mono-dev] [PATCH] Enable dolt on cygwin

2009-11-01 Thread Zoltan Varga
Looks good. Zoltan 2009/11/1 Kornél Pál kornel...@gmail.com Please see the attached patch that enables dolt on cygwin. I have tested this and found no problems. Please review and if you like it, approve the patch. Thanks. Kornél Index: mono/acinclude.m4

Re: [Mono-dev] [PATCH] Add HttpNotFoundHandler and HttpNotImplementedHandler

2009-11-01 Thread Miguel de Icaza
Hello Kornél, I am not sure why we would include in Mono two classes that are flagged as internal. How would a user even use this? On Nov 1, 2009, at 11:23 AM, Kornél Pál wrote: I've received no comments or approval please review and if you like it, approve the patch. Thanks.