[Mono-dev] [PATCH] Fix CompareExchange inlining for I8
Kornél Pál
kornelpal at gmail.com
Wed Apr 7 04:23:30 EDT 2010
Hi,
Currently CompareExchange for I8 is never inlined because of a typo.
Note that other Interlocked methods use SIZEOF_REGISTER while this use
the size of pointer and I don't know which one of these is the right one
since both registers and pointers are involved.
Please review the patch.
Kornél
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: CompareExchangeI8.diff.txt
Url: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20100407/598d5581/attachment.txt
More information about the Mono-devel-list
mailing list