mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-12 18:08:15 +02:00
Avoids a heap allocation per generator/async-generator resumption by storing the pending completion value and type directly on the GeneratorObject / AsyncGenerator, instead of allocating a separate CompletionCell and passing it into the executable. GetCompletionFields and SetCompletionType now read/write the fields on the generator object directly.
153 KiB
153 KiB