Closed
Bug 1641708
Opened 5 years ago
Closed 5 years ago
Optimize IsCallable/IsConstructor in CacheIR and Warp
Categories
(Core :: JavaScript Engine: JIT, task, P3)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: evilpies, Assigned: evilpies)
References
Details
Attachments
(4 files)
These are used by many self-hosted functions.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D77380
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D77381
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D77382
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/b6d02786fcdc
Move isCallableOrConstructor to the MacroAssembler r=jandem
https://hg.mozilla.org/integration/autoland/rev/a1b906385cff
Support IsCallable in CacheIR r=jandem
https://hg.mozilla.org/integration/autoland/rev/489bd543dc6f
Support IsConstructor in CacheIR r=jandem
https://hg.mozilla.org/integration/autoland/rev/ce546d076f52
Transpile IsCallable/IsConstructor r=jandem
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b6d02786fcdc
https://hg.mozilla.org/mozilla-central/rev/a1b906385cff
https://hg.mozilla.org/mozilla-central/rev/489bd543dc6f
https://hg.mozilla.org/mozilla-central/rev/ce546d076f52
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•