[Mono-devel-list] [PATCH] Shorter code for stind.i[12] (regvar, iconst)
Ben Maurer
bmaurer at users.sourceforge.net
Sat May 1 23:17:38 EDT 2004
The following patch avoids doing the following assembly code:
mov eax,0x0
and eax,0xff
mov esi, eax
and replaces that with
mov esi,0x0
-- Ben
-------------- next part --------------
A non-text attachment was scrubbed...
Name: stindix-regvar-iconst.patch
Type: text/x-patch
Size: 1322 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040501/64bfe6af/attachment.bin
More information about the Mono-devel-list
mailing list