Bug 159101 - Add a ES6 generator benchmark
Summary: Add a ES6 generator benchmark
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-24 13:43 PDT by Filip Pizlo
Modified: 2016-06-24 13:59 PDT (History)
6 users (show)

See Also:


Attachments
the patch (66.28 KB, patch)
2016-06-24 13:52 PDT, Filip Pizlo
keith_miller: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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