[Mono-dev] Make use of --desktop and --server VM modes [was Re: ToString() performace in Mono revisited]

2007-12-31 Thread Mirco Bauer
On Mon, 2007-12-31 at 10:58 +0900, Atsushi Eno wrote: Oops yes ;-) BTW Kazuki cooked patches to reduce those memory usage with little cost: http://kserver.panicode.com/memo/2007/12/30/0 (327KB - 57KB) looking at those number like: CPU 9.3sec - 31.5sec MEM 389KB - 32KB gives me mixed

Re: [Mono-dev] Make use of --desktop and --server VM modes [was Re: ToString() performace in Mono revisited]

2007-12-31 Thread Robert Jordan
Mirco Bauer wrote: On Mon, 2007-12-31 at 10:58 +0900, Atsushi Eno wrote: Oops yes ;-) BTW Kazuki cooked patches to reduce those memory usage with little cost: http://kserver.panicode.com/memo/2007/12/30/0 (327KB - 57KB) looking at those number like: CPU 9.3sec - 31.5sec MEM 389KB -

Re: [Mono-dev] [PATCH] Implement support for .emitbyte directive on ilasm

2007-12-31 Thread Ankit Jain
Looks fine, please commit. -Ankit On Dec 31, 2007 12:28 AM, Rodrigo Kumpera [EMAIL PROTECTED] wrote: Forgot to attach EmityteInst.cs. On Dec 30, 2007 4:50 PM, Rodrigo Kumpera [EMAIL PROTECTED] wrote: The attached patch implements support for the .emitbyte directive. Please review it.

Re: [Mono-dev] Make use of --desktop and --server VM modes [was Re: ToString() performace in Mono revisited]

2007-12-31 Thread Eyal Alaluf
My measurements (on a slightly different patch) show a small tradeoff of ~10% in performance. Actually on .Net it's even smaller and varies between 3-5%. Eyal. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Jordan Sent: 31 December 2007 15:45

[Mono-dev] FW: Mono on Solaris 10 x86 - just one question...

2007-12-31 Thread Cetin Sert
I'm forwarding a question I have received. Hope someone comes up with a solution. -Original Message- From: Robert Richter [mailto:[EMAIL PROTECTED] Sent: Sonntag, 30. Dezember 2007 19:17 To: [EMAIL PROTECTED] Subject: Mono on Solaris 10 x86 - just one question... Hi Cetin! Sorry for

Re: [Mono-dev] FW: Mono on Solaris 10 x86 - just one question...

2007-12-31 Thread Zoltan Varga
Hi, See this: http://www.nabble.com/Building-Mono-1.1.12-on-Solaris-to2030980.html Zoltan On Dec 30, 2007 7:21 PM, Cetin Sert [EMAIL PROTECTED] wrote: I'm forwarding a question I have received. Hope someone comes up with a solution. -Original Message- From: Robert

Re: [Mono-dev] [PATCH] WebMethods with SOAPAction =

2007-12-31 Thread Arina Itkes
Hi, A wsdl file generated by a web service on IIS that has a method with SOAPAction == is attached. Regards, Arina. -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Thursday, December 27, 2007 12:28 PM To: 'Atsushi Eno'; Arina Itkes Cc:

Re: [Mono-dev] Mono performance benchmark results

2007-12-31 Thread Miguel de Icaza
Well, the point is plastic is being tested running on .NET/Mono (all the clients on mono/Linux, always) and we're improving heavy load behaviour. Right now I can say we're much (much) faster than systems like Subversion (we were already with only one client, but the new version will

Re: [Mono-dev] Make use of --desktop and --server VM modes [was Re: ToString() performace in Mono revisited]

2007-12-31 Thread Miguel de Icaza
I still believe we should start optimizing both ends and using the --desktop and --server modes we already support but which we are not using yet. This is wrong, at least in the context of this mail. Those switches will affect JIT compiler optimizations, whereas this mail is about

[Mono-dev] inline_method doesn't clean loader erros

2007-12-31 Thread Rodrigo Kumpera
Hey, While testing my last commit to mono I found a quite odd situation. What happens is that once a method been inlined and it fails due to a loader error, this error won't be clean up and it could cause unwanted errors in mono_method_to_ir if it call mono_class_init. The test I added,

Re: [Mono-dev] [Mono-list] trying to compil moon

2007-12-31 Thread Jeffrey Stedfast
Do you have (the right version?) of (lib)expat-devel on your system? Jeff On Sun, 2007-12-30 at 13:20 +0100, Petit Eric wrote: hey folk somebody have the same error and know how to fix it ? make[2]: entrant dans le répertoire « /root/mono/moon/src » /bin/sh ../libtool --tag=CXX

[Mono-dev] ANN: NUnit 2.4.6 Released

2007-12-31 Thread Charlie Poole
Hi All, This fixes some bugs in our stable release and adds a few features: * CollectionAssert works with IEnumerables * Attributes may now be inherited * A new /run option on the console replaces and expands /fixture for most uses * A new /runselected option on the gui runs the last tests