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,
Sort: