Open
Bug 1342037
Opened 8 years ago
Updated 2 years ago
[meta] Optimize Promise implementation
Categories
(Core :: JavaScript: Standard Library, task, P3)
Core
JavaScript: Standard Library
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox54 | --- | affected |
People
(Reporter: till, Unassigned)
References
(Depends on 6 open bugs, Blocks 2 open bugs)
Details
(Keywords: meta)
There are a few optimizations that we can do for our Promise implementation. Some of them are about the in-engine implementation, but at least one is about how the embedding queues and triggers Promise jobs. I'll file a few blockers to this tracking bug next.
Updated•7 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Type: defect → task
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•