Bug 169351 - [JSC] Add helpers to run Six Speed to run-jsc-benchmarks
Summary: [JSC] Add helpers to run Six Speed to run-jsc-benchmarks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-08 02:52 PST by Yusuke Suzuki
Modified: 2017-03-08 21:54 PST (History)
6 users (show)

See Also:


Attachments
Patch (7.40 KB, patch)
2017-03-08 09:59 PST, Yusuke Suzuki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 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).
Comment 1 Yusuke Suzuki 2017-03-08 09:59:13 PST
Created attachment 303818 [details]
Patch
Comment 2 Saam Barati 2017-03-08 15:51:28 PST
Comment on attachment 303818 [details]
Patch

r=me
Comment 3 Yusuke Suzuki 2017-03-08 21:26:57 PST
Comment on attachment 303818 [details]
Patch

Thanks
Comment 4 WebKit Commit Bot 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>
Comment 5 WebKit Commit Bot 2017-03-08 21:54:31 PST
All reviewed patches have been landed.  Closing bug.