Bug 263031 - [JSC] Untie emitAwait() from emitYield() to reduce bytecode size of async functions
Summary: [JSC] Untie emitAwait() from emitYield() to reduce bytecode size of async fun...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Shvayka
URL:
Keywords: InRadar
Depends on:
Blocks: 174756
  Show dependency treegraph
 
Reported: 2023-10-11 13:08 PDT by Alexey Shvayka
Modified: 2023-10-13 15:03 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shvayka 2023-10-11 13:08:36 PDT
Unlike generators / async generators, async functions don't need to handle RETURN completion.
Comment 1 Radar WebKit Bug Importer 2023-10-11 13:08:57 PDT
<rdar://problem/116825631>
Comment 2 Alexey Shvayka 2023-10-12 13:13:00 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19012
Comment 3 EWS 2023-10-13 15:03:05 PDT
Committed 269321@main (402711f086a1): <https://commits.webkit.org/269321@main>

Reviewed commits have been landed. Closing PR #19012 and removing active labels.