Summary: | [ES6] Implement arrow function syntax. Benchmark tests | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | GSkachkov <gskachkov> | ||||||
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | NEW --- | ||||||||
Severity: | Normal | CC: | saam | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 140855 | ||||||||
Attachments: |
|
Description
GSkachkov
2015-08-14 12:46:06 PDT
Created attachment 259105 [details]
Patch
Fix win build
Created attachment 259121 [details]
Patch
Fix win build
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. |