Bug 148034 - [ES6] Implement arrow function syntax. Benchmark tests
Summary: [ES6] Implement arrow function syntax. Benchmark tests
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 140855
  Show dependency treegraph
 
Reported: 2015-08-14 12:46 PDT by GSkachkov
Modified: 2016-02-22 12:55 PST (History)
1 user (show)

See Also:


Attachments
Patch (172.77 KB, patch)
2015-08-15 15:08 PDT, GSkachkov
no flags Details | Formatted Diff | Diff
Patch (173.87 KB, patch)
2015-08-16 02:05 PDT, GSkachkov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description GSkachkov 2015-08-14 12:46:06 PDT
Add arrow function benchmark tests and check performance to ordinary function that used |bind|
Comment 1 GSkachkov 2015-08-15 15:08:02 PDT
Created attachment 259105 [details]
Patch

Fix win build
Comment 2 GSkachkov 2015-08-16 02:05:15 PDT
Created attachment 259121 [details]
Patch

Fix win build
Comment 3 GSkachkov 2016-02-22 12:55:43 PST
Comment from Saam Barati:
It would be worthwhile to open a bug to rewrite the deltablue benchmark
(or some other benchmark that tests function calling) to use
arrow functions everywhere. That way we can compare that performance
to the performance of just using ordinary functions. And we can track
performance in arrow functions w/ that benchmark.