Closed
Bug 1640476
Opened 5 years ago
Closed 5 years ago
Warp: Transpile Function.prototype.call
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
(1 file)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
I changed the CacheIR code to specialize on the actual call target.
I think polymorphic targets are actually not totally common,
GDocs for example uses hasOwnProperty.call() a lot.
When we start supporting guardNotClassConstructor etc. this should
just start working as well though.
Updated•5 years ago
|
Severity: -- → N/A
Priority: -- → P3
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/14a902630bad
Warp: Transpile Function.prototype.call. r=jandem
Comment 3•5 years ago
|
||
bugherder |
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
•