Closed
Bug 1119089
Opened 8 years ago
Closed 8 years ago
Switch from the ineffecient x = x.sub(x, y) to x.subout(y);
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: jrmuizel, Assigned: jrmuizel)
Details
The recently added move assignment operators make the existing pattern more efficient, but using SubOut() is cleaner and even more efficient.
Comment 1•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/88492808aea5
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in
before you can comment on or make changes to this bug.
Description
•