Bug 159101

Summary: Add a ES6 generator benchmark
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: Tools / TestsAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, lforschler, rniwa, saam, ysuzuki
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch keith_miller: review+

Filip Pizlo
Reported 2016-06-24 13:43:05 PDT
Patch forthcoming.
Attachments
the patch (66.28 KB, patch)
2016-06-24 13:52 PDT, Filip Pizlo
keith_miller: review+
Filip Pizlo
Comment 1 2016-06-24 13:52:13 PDT
Created attachment 282015 [details] the patch
Filip Pizlo
Comment 2 2016-06-24 13:56:39 PDT
Comment on attachment 282015 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=282015&action=review > PerformanceTests/Basic/lexer_test.js:6 > +"use strict"; > +load("lexer.js"); > +let g = lex("10 print \"hello, world!\"\n20 end"); > +for (let {string} of g) > + print(string); > + I will remove this.
Keith Miller
Comment 3 2016-06-24 13:57:41 PDT
Comment on attachment 282015 [details] the patch rs=me. I'll look at this in more detail later.
Filip Pizlo
Comment 4 2016-06-24 13:59:46 PDT
Note You need to log in before you can comment on or make changes to this bug.