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+

Description Filip Pizlo 2016-06-24 13:43:05 PDT
Patch forthcoming.
Comment 1 Filip Pizlo 2016-06-24 13:52:13 PDT
Created attachment 282015 [details]
the patch
Comment 2 Filip Pizlo 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.
Comment 3 Keith Miller 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.
Comment 4 Filip Pizlo 2016-06-24 13:59:46 PDT
Landed in https://trac.webkit.org/changeset/202446