[Issue 5581] [64-bit] Wrong code with bitwise operations on bools
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Feb 15 16:19:31 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5581
--- Comment #4 from David Simcha <dsimcha at yahoo.com> 2011-02-15 16:16:59 PST ---
Created an attachment (id=913)
Diff of 2.049 vs. 2.050 ASM output.
One more hint: Here's a diff of the ASM output for the function body of
medianOf3 between 2.049 (test49.asm) and 2.050 (test50.asm). The most notable
difference is that in 2.050 the comparison function gets inlined. In 2.049 it
doesn't.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list