[Mono-bugs] [Bug 57869][Wis] Changed - Compiler should emit il code, not calls, for IntPtr operations
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 29 Apr 2004 23:00:13 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=57869
--- shadow/57869 2004-04-29 21:05:23.000000000 -0400
+++ shadow/57869.tmp.2568 2004-04-29 23:00:13.000000000 -0400
@@ -19,6 +19,11 @@
<miguel> Ben, I think we need to have the JIT inline calls to op_Equality
in IntPtr
<BenM> miguel: yeah
<BenM> miguel: actually, we can do it at the IL level
<BenM> since IntPtr is jsut a native int
<BenM> you can use ceq/beq/brtrue/brfalse on it
+
+------- Additional Comments From bmaurer@users.sf.net 2004-04-29 23:00 -------
+Created an attachment (id=7537)
+patch
+