[Mono-devel-list] [PATCH] Faster String.Equals

Ben Maurer bmaurer at users.sourceforge.net
Fri May 21 21:46:17 EDT 2004


Hello,

I have written a faster version of String.Equals. What I did was to hand
code the method in assembly, and allow the JIT to inject the hand tuned
code in place of the code that would be jitted.

I also had to make some changes to arch/x86 to allow me to write the
code I needed.

The patch is attached.

-- Ben
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mono-streq-native-code.patch
Type: text/x-patch
Size: 10198 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040521/2c8dd999/attachment.bin 


More information about the Mono-devel-list mailing list