Bug 151552 - [ES6] Reduce yield / yield bytecode sequence size
Summary: [ES6] Reduce yield / yield bytecode sequence size
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 150290
  Show dependency treegraph
 
Reported: 2015-11-22 11:29 PST by Yusuke Suzuki
Modified: 2016-08-25 21:19 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2015-11-22 11:29:46 PST
Resume operation should not be emitted per yield.
Comment 1 Yusuke Suzuki 2016-08-25 21:19:30 PDT
The design is changed.