Closed
Bug 1376948
Opened 8 years ago
Closed 3 years ago
Make "string" + array faster
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1384562
Performance Impact | low |
People
(Reporter: jandem, Unassigned)
References
Details
This shows up on Speedometer's Ember test. It has some logging code where they do something like "foo " + array, so we end up with "foo [object Object],[object Object],[object Object],[object Object],...".
Pretty silly but there are some easy things we can do here.
Comment 1•8 years ago
|
||
Are you still working on this? If not and you're too busy to, I have time, just I need hints about the "easy things".
Flags: needinfo?(jdemooij)
Updated•8 years ago
|
Flags: needinfo?(jdemooij)
![]() |
||
Updated•8 years ago
|
status-firefox57:
--- → wontfix
status-firefox58:
--- → fix-optional
Priority: -- → P3
Whiteboard: [qf:p3]
Comment 2•8 years ago
|
||
status-firefox59:
--- → ?
Reporter | ||
Updated•7 years ago
|
Updated•4 years ago
|
Performance Impact: --- → P3
Whiteboard: [qf:p3]
Updated•3 years ago
|
Severity: normal → S3
Reporter | ||
Comment 3•3 years ago
|
||
Closing as duplicate of bug 1384562. We can file a new bug if there's more we can do here.
You need to log in
before you can comment on or make changes to this bug.
Description
•