Open
Bug 1307395
(es6perf)
Opened 8 years ago
Updated 7 months ago
[meta] Optimize ECMAScript 6 performance
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: evilpie, Unassigned)
References
(Depends on 7 open bugs, Blocks 1 open bug)
Details
(Keywords: meta)
We should optimize ES6 to make sure users don't get worse performance when using new language features.
Reporter | ||
Updated•8 years ago
|
Comment 2•8 years ago
|
||
There's a benchmark that compares the performance of ES6 features with the equivalent ES5 implementation: https://fhinkel.github.io/six-speed/
On most of the tests where Firefox ES6 is slower, it is way worse than other browsers. For example in the "classes" tests Firefox is ~30x slower, but Chrome is ~2x slower and Edge is only ~1.2x slower.
Updated•7 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Blocks: sm-defects-benchmark
Updated•2 years ago
|
Severity: normal → S3
Updated•7 months ago
|
Blocks: sm-js-perf
Updated•7 months ago
|
No longer blocks: sm-defects-benchmark
You need to log in
before you can comment on or make changes to this bug.
Description
•