Closed
Bug 1699686
Opened 4 years ago
Closed 4 years ago
Allow MIPS simulator to ignore unaligned memory accesses
Categories
(Core :: JavaScript Engine: JIT, enhancement, P3)
Tracking
()
RESOLVED
FIXED
89 Branch
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: lth, Assigned: lth)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
It's useful to be able to ignore problems with unaligned accesses when testing other things on the simulator, so I added the option of having an environment variable MIPS_UNALIGNED to bypass the panics that result from unaligned access.
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by lhansen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e80462d5c729
Allow MIPS64 simulator to ignore unaligned access problems. r=nbp DONTBUILD
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•