Bug 164087 - [JSC] GeneratorWrapperFunction and GeneratorBodyFunction should be merged into a single Function
Summary: [JSC] GeneratorWrapperFunction and GeneratorBodyFunction should be merged int...
Status: NEW
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:
 
Reported: 2016-10-27 15:37 PDT by Caitlin Potter (:caitp)
Modified: 2023-01-10 19:05 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Caitlin Potter (:caitp) 2016-10-27 15:37:59 PDT
Currently, the generator body (and also async function body) is compiled as a separate function from the user-visible generator wrapper.

This is inconvenient for the front-end in some minor ways.