AcornJS parser 2x slower in SpiderMonkey than v8
Categories
(Core :: JavaScript Engine: JIT, defect, P5)
Tracking
()
People
(Reporter: till, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: perf)
Attachments
(3 files)
55.16 KB,
application/zip
|
Details | |
3.51 KB,
patch
|
Details | Diff | Splinter Review | |
223.98 KB,
image/png
|
Details |
Reporter | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Reporter | ||
Comment 4•9 years ago
|
||
Reporter | ||
Updated•4 years ago
|
Updated•3 years ago
|
Comment 5•10 months ago
|
||
We are still quite a bit slower here.
Nightly: https://share.firefox.dev/3ADfYeA
Acorn (dev) Acorn 8.12.1
angular.js 18.88 ops/sec 19.28 ops/sec
backbone.js 243.92 ops/sec 255.90 ops/sec
ember.js 8.14 ops/sec 7.95 ops/sec
jquery.js 41.01 ops/sec 41.51 ops/sec
react-dom.js 22.54 ops/sec 22.08 ops/sec
react.js 148.35 ops/sec 149.09 ops/sec
Chrome:
Acorn (dev) Acorn 8.12.1
angular.js 40.48 ops/sec 38.16 ops/sec
backbone.js 507.98 ops/sec 523.74 ops/sec
ember.js 15.10 ops/sec 15.34 ops/sec
jquery.js 97.86 ops/sec 84.23 ops/sec
react-dom.js 50.92 ops/sec 47.35 ops/sec
react.js 285.03 ops/sec 234.52 ops/sec
But not sure if this is something that should be focussed on.
Comment 6•10 months ago
|
||
Updated•4 months ago
|
Comment 7•3 months ago
•
|
||
Nightly: https://share.firefox.dev/41Ud7cd (70 seconds)
Chrome: https://share.firefox.dev/41IOe1L (45s)
65% tenuring rate in the profile
Description
•