RESOLVED FIXED 169351
[JSC] Add helpers to run Six Speed to run-jsc-benchmarks
https://bugs.webkit.org/show_bug.cgi?id=169351
Summary [JSC] Add helpers to run Six Speed to run-jsc-benchmarks
Yusuke Suzuki
Reported 2017-03-08 02:52:27 PST
V8 folks attempt to optimize ES6 performance based on the measurement with the benchmark called "six-speed". While it is a collection of quite small microbenchmarks, it is still useful to ensure that our ES6 optimization covers major use cases. For the macrobenchmarks, we already have one ;) It is also tracked by arewefastyet.com http://arewefastyet.com/#machine=29&view=breakdown&suite=six-speed. Apparently, our default parameter implementation is a bit slow. (And I believe it can be fixed with https://bugs.webkit.org/show_bug.cgi?id=164582).
Attachments
Patch (7.40 KB, patch)
2017-03-08 09:59 PST, Yusuke Suzuki
no flags
Yusuke Suzuki
Comment 1 2017-03-08 09:59:13 PST
Saam Barati
Comment 2 2017-03-08 15:51:28 PST
Comment on attachment 303818 [details] Patch r=me
Yusuke Suzuki
Comment 3 2017-03-08 21:26:57 PST
Comment on attachment 303818 [details] Patch Thanks
WebKit Commit Bot
Comment 4 2017-03-08 21:54:24 PST
Comment on attachment 303818 [details] Patch Clearing flags on attachment: 303818 Committed r213629: <http://trac.webkit.org/changeset/213629>
WebKit Commit Bot
Comment 5 2017-03-08 21:54:31 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.