Closed
Bug 1643283
Opened 5 years ago
Closed 5 years ago
Don't optimize certain cross-realm natives in CacheIR
Categories
(Core :: JavaScript Engine: JIT, task, P3)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla79
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
Ion has CanInlineCrossRealm(InlinableNative), we should also use that for CacheIR.
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Updated•5 years ago
|
Severity: normal → N/A
Priority: -- → P3
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/da8ad11958bc
Check CanInlineCrossRealm also for natives optimized in CacheIR. r=evilpie
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•