Bug 263031

Summary: [JSC] Untie emitAwait() from emitYield() to reduce bytecode size of async functions
Product: WebKit Reporter: Alexey Shvayka <ashvayka>
Component: JavaScriptCoreAssignee: 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    

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.