Closed
Bug 965240
Opened 9 years ago
Closed 9 years ago
ARM simulator: check that callee saved floating-point registers are preserved
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: dougc, Assigned: dougc)
References
Details
Attachments
(1 file, 1 obsolete file)
4.33 KB,
patch
|
dougc
:
review+
|
Details | Diff | Splinter Review |
The ARM simulator already checks that the callee saved general registers are actually preserved. It is also useful to check that the callee saved floating point registers are preserved - this has already detected bug 964005.
Assignee | ||
Comment 1•9 years ago
|
||
Assignee: nobody → dtc-moz
Attachment #8367283 -
Flags: review?(nicolas.b.pierron)
Updated•9 years ago
|
Attachment #8367283 -
Flags: review?(nicolas.b.pierron) → review+
Assignee | ||
Comment 2•9 years ago
|
||
Rebase. Carrying forward r+.
Attachment #8367283 -
Attachment is obsolete: true
Attachment #8371813 -
Flags: review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/144fdb05d6e7
Keywords: checkin-needed
Comment 4•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/144fdb05d6e7
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
You need to log in
before you can comment on or make changes to this bug.
Description
•