Bug 263031
Summary: | [JSC] Untie emitAwait() from emitYield() to reduce bytecode size of async functions | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Shvayka <ashvayka> |
Component: | JavaScriptCore | Assignee: | Alexey Shvayka <ashvayka> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 174756 |
Alexey Shvayka
Unlike generators / async generators, async functions don't need to handle RETURN completion.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/116825631>
Alexey Shvayka
Pull request: https://github.com/WebKit/WebKit/pull/19012
EWS
Committed 269321@main (402711f086a1): <https://commits.webkit.org/269321@main>
Reviewed commits have been landed. Closing PR #19012 and removing active labels.