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    

Alexey Shvayka
Reported 2023-10-11 13:08:36 PDT
Unlike generators / async generators, async functions don't need to handle RETURN completion.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-10-11 13:08:57 PDT
Alexey Shvayka
Comment 2 2023-10-12 13:13:00 PDT
EWS
Comment 3 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.
Note You need to log in before you can comment on or make changes to this bug.