http://d.puremagic.com/issues/show_bug.cgi?id=4231
Don <clugd...@yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |performance CC| |clugd...@yahoo.com.au Summary|Solidary opUnary |Solitary opUnary |Postincrement and |Postincrement and |Postdecrement user defined |Postdecrement user defined |operators are broken. |operators are broken. --- Comment #1 from Don <clugd...@yahoo.com.au> 2010-06-01 12:26:55 PDT --- Root cause: the temporary variable should not be created if the return value isn't required. This would mean that when the value is not required, preincrement and postincrement are identical, resulting in optimal performance. Note that the same situation (no return value required) occurs inside comma expressions. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------