[Mono-devel-list] First CIL Regex performance result

Miguel de Icaza miguel at ximian.com
Sat Feb 28 13:14:52 EST 2004


Hello,

> Everything that I taught could be usefull is now on our Blog at 
> http://aeglos.dyndns.org/tip-mono
> 
> We would be verry happy if somebody could tell us if we are in the good 
> way.  The framework we use work very well and we are eager to support 
> more construct.  But, if something is unefficient, we must correct it NOW.

Another optimization might be to use pointers in the generated code, so
instead of using the indexer property to fetch the values, you could
keep a pointer to the string.

See what mcs generates for:

	fixed (char c = &my_string){
	}

Miguel



More information about the Mono-devel-list mailing list