Bug 148034

Summary: [ES6] Implement arrow function syntax. Benchmark tests
Product: WebKit Reporter: GSkachkov <gskachkov>
Component: JavaScriptCoreAssignee: 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 Flags
Patch
none
Patch none

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.