Bug 314519 (MONO57869) - Compiler should emit il code, not calls, for IntPtr operations
Summary: Compiler should emit il code, not calls, for IntPtr operations
Status: RESOLVED FIXED
Alias: MONO57869
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Enhancement
Target Milestone: ---
Assignee: Ben Maurer
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-30 04:05 UTC by Ben Maurer
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
patch (574 bytes, patch)
2004-04-30 06:00 UTC, Thomas Wiest
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 18:35:32 UTC


---- Reported by bmaurer@users.sf.net 2004-04-29 21:05:22 MST ----

<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:13 MST ----

Created an attachment (id=165949)
patch




---- Additional Comments From bmaurer@users.sf.net 2004-04-29 23:08:57 MST ----

its in

Imported an attachment (id=165949)

Unknown operating system unknown. Setting to default OS "Other".