Re: [Mono-dev] Running under the Mono 2.0 Profile

2006-11-26 Thread Charlie Poole
Hi Gert, In the 2.4 Beta, I've only been shipping one build and adding menu items to run it under various versions of the CLR. Of course that means NUnit can't make use of 2.0 features, but creating the distributions is a lot simpler. However, for 3.0, I want to use 2.0 features, so the whole qu

Re: [Mono-dev] Running under the Mono 2.0 Profile

2006-11-26 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:mono-devel-list- > [EMAIL PROTECTED] On Behalf Of Charlie Poole > Sent: zondag 26 november 2006 20:59 > To: mono-devel-list@lists.ximian.com > Subject: [Mono-dev] Running under the Mono 2.0 Profile > > Hi All, > > At the Mono meetin

[Mono-dev] Running under the Mono 2.0 Profile

2006-11-26 Thread Charlie Poole
Hi All, At the Mono meeting, we discussed the need for a way to run code under the 2.0 profile for testing purposes, even if it was built with the 1.0 profile. Has anything happened on this? Possible options: 1) A switch on mono.exe 2) Use of an environment variable 3) ??? Microsoft allows sele

Re: [Mono-dev] String class speed improvements (UPDATE)

2006-11-26 Thread Joshua Tauberer
Marek Safar wrote: > Thanks to Paulo's recommendations here is the > updated version of my original patch. ... > + while (ptr != end_ptr) { > + if (*ptr == value_32) > + return (int)(ptr - st

[Mono-dev] String class speed improvements (UPDATE)

2006-11-26 Thread Marek Safar
Hello, Thanks to Paulo's recommendations here is the updated version of my original patch. Enclosed please find the patch, simple benchmark and benchmark results from my machine. Please review. Thanks, Marek Hello all, The attached patches contain speed improvement for some char oriented st