[Issue 4231] Solitary opUnary Postincrement and Postdecrement user defined operators are broken.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jun 2 10:22:59 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=4231



--- Comment #6 from Brad Roberts <braddr at puremagic.com> 2010-06-02 10:22:56 PDT ---
I was thinking about the code post-inlining.  MOST of the time the operators
will be inlined and at that point it should be dead simple for it to eliminate
dead stores and thus the temporaries would just go away, no special knowledge
or techniques required.  Without inlining, yeah, it can't make assumptions what
can occur inside the function calls.

-- 
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