Closed
Bug 1500616
Opened 7 years ago
Closed 7 years ago
The ARM64 Ion jit-tests exception should work on non-simulator builds
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: sstangl, Assigned: sstangl)
References
Details
Attachments
(1 file, 1 obsolete file)
|
1.52 KB,
patch
|
tcampbell
:
review+
|
Details | Diff | Splinter Review |
The vast majority of ARM64 Baseline crashes on real ARM64 hardware are not actually due to Baseline issues, but due to jit-tests hardcoding assertions for the availability of Ion.
ARM64 builds are not covered by JS_SIMULATOR_ARM64, but by JS_CODEGEN_ARM64.
This patch fixes the majority of hardware Baseline failures.
| Assignee | ||
Updated•7 years ago
|
Attachment #9018738 -
Flags: review?(tcampbell)
| Assignee | ||
Comment 1•7 years ago
|
||
Re-upload -- an unrelated diff I thought I `git stash`ed snuck in.
Attachment #9018738 -
Attachment is obsolete: true
Attachment #9018738 -
Flags: review?(tcampbell)
Attachment #9018739 -
Flags: review?(tcampbell)
Updated•7 years ago
|
Attachment #9018739 -
Flags: review?(tcampbell) → review+
Comment 2•7 years ago
|
||
That's a nice find.
| Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by ncsoregi@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/53958ec4b3c9
The ARM64 Ion exception should work on non-simulator builds. r=tcampbell
Keywords: checkin-needed
Comment 4•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•