Bug 315470 (MONO61481) - Avoid movzx / test
Summary: Avoid movzx / test
Status: RESOLVED MOVED
Alias: MONO61481
Product: Mono: Runtime
Classification: Mono
Component: misc (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Enhancement
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-13 19:30 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

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


---- Reported by bmaurer@users.sf.net 2004-07-13 12:30:13 MST ----

Today we have alot of:

 1d2:	0f b6 45 10          	movzx  eax,BYTE PTR [ebp+16]
 1d6:	85 c0                	test   eax,eax

Its shorter and faster to do cmp BYTE PTR [...], 0.



---- Additional Comments From bmaurer@users.sf.net 2004-07-24 17:28:19 MST ----

oops

*** This bug has been marked as a duplicate of https://bugzilla.novell.com/show_bug.cgi?id=MONO61816 ***


Unknown operating system unknown. Setting to default OS "Other".
This bug was marked DUPLICATE in the database it was moved from.
    Changing resolution to "MOVED"