RESOLVED FIXED 263031
[JSC] Untie emitAwait() from emitYield() to reduce bytecode size of async functions
https://bugs.webkit.org/show_bug.cgi?id=263031
Summary [JSC] Untie emitAwait() from emitYield() to reduce bytecode size of async fun...
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.