Closed Bug 1376948 Opened 8 years ago Closed 3 years ago

Make "string" + array faster

Categories

(Core :: JavaScript Engine, enhancement, P3)

enhancement

Tracking

()

RESOLVED DUPLICATE of bug 1384562
Performance Impact low
Tracking Status
firefox57 --- wontfix
firefox58 --- wontfix
firefox59 --- ?

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.
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)
Flags: needinfo?(jdemooij)
Priority: -- → P3
Whiteboard: [qf:p3]
Assignee: jdemooij → nobody
Status: ASSIGNED → NEW
See Also: → 1384562
Performance Impact: --- → P3
Whiteboard: [qf:p3]
Severity: normal → S3

Closing as duplicate of bug 1384562. We can file a new bug if there's more we can do here.

Status: NEW → RESOLVED
Closed: 3 years ago
Duplicate of bug: 1384562
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.