Closed
Bug 1150654
Opened 10 years ago
Closed 10 years ago
new JIT optimizations display claims CantInlineNativeBadType for all DOM natives
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: bzbarsky, Unassigned)
Details
Attachments
(1 file)
Testcase:
function f() { for (var i = 0; i < 100000; ++i) performance.now(); }
f();
Comment 1•10 years ago
|
||
Attachment #8588853 -
Flags: review?(jdemooij)
Comment 2•10 years ago
|
||
Comment on attachment 8588853 [details] [diff] [review]
Add CantInlineUnknownNative reason to distinguish natives for which there is no Ion inline.
Review of attachment 8588853 [details] [diff] [review]:
-----------------------------------------------------------------
Nice.
Attachment #8588853 -
Flags: review?(jdemooij) → review+
Comment 3•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•