Closed
Bug 1300727
Opened 9 years ago
Closed 9 years ago
Avoid spreading trait errors if there are none
Categories
(L20n :: JS Library, defect)
L20n
JS Library
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: stas, Assigned: stas)
Details
(Whiteboard: [gecko-l20n])
It looks like using destructing assignment can be costly if done in hot loops.
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → stas
| Assignee | ||
Comment 1•9 years ago
|
||
Morphing the bug into a simple optimization in entityFromContext.
Summary: Don't use array destructuring in hot loops → Avoid spreading trait errors if there are none
| Assignee | ||
Comment 2•9 years ago
|
||
https://hg.mozilla.org/projects/larch/rev/74b1a3e5535e76b78d19803d0b2e671a4dce49d9
Bug 1300727 - Avoid spreading trait errors if there are none
| Assignee | ||
Comment 3•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•