Closed
Bug 1492733
Opened 7 years ago
Closed 7 years ago
Remove jitSupportsFloatingPoint checks from Baseline/IC code
Categories
(Core :: JavaScript Engine: JIT, enhancement, P3)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: jandem, Assigned: iain)
References
Details
Attachments
(1 file)
In bug 1492064 glandium disabled the Baseline JIT when we don't have FP support.
Baseline initially supported non-SSE2 hardware because it was still pretty common 5-6 years ago, but our official builds now require SSE2 (although some downstreams don't). Now that we disable both JITs we can remove the more fine-grained jitSupportsFloatingPoint checks in Baseline and CacheIR code.
| Reporter | ||
Updated•7 years ago
|
Summary: Remove most jitSupportsFloatingPoint checks from Baseline/IC code → Remove jitSupportsFloatingPoint checks from Baseline/IC code
Updated•7 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed by tcampbell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f092493f896a
Remove jitSupportsFloatingPoint checks from Baseline/IC code r=tcampbell,jandem
Comment 4•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•