SpiderMonkey is changing how Promise jobs (microtasks) are handled to improve performance. The job type is becoming opaque, storage responsibility is moving from embedders to the engine, and the interface for running jobs is changing. These changes allow reusing existing objects instead of allocating new ones for each job,

5m read timeFrom spidermonkey.dev
Post cover image
Table of contents
What’s ChangingWhy Change?Is this it?An Apology

Sort: