Files
ladybird/Libraries/LibJS/Runtime
Aliaksandr Kalenik 5538d62c9e LibJS: Store pending completion on generator instead of CompletionCell
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.
2026-05-03 12:24:04 +02:00
..
2026-03-19 21:55:10 -05:00
2026-03-20 12:03:36 +01:00
2026-02-26 13:54:35 -05:00
2026-04-03 21:21:09 +02:00
2026-03-20 12:03:36 +01:00