Closed
Bug 669715
Opened 13 years ago
Closed 13 years ago
TI: fix ARM bustage
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bhackett1024, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: mobile, perf, regression)
Attachments
(2 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
The TI -> TM merge broke most of the Android and Maemo mochitests and talos tests (which were not being run on the JM tinderbox, oops). Disabling TI on ARM fixes this, but this is just a stopgap and we need to figure out what is crashing ARM.
Reporter | ||
Comment 1•13 years ago
|
||
Stopgap changeset to disable inference on ARM.
http://hg.mozilla.org/tracemonkey/rev/8570f783088c
Comment 2•13 years ago
|
||
using a build before the disable, I see fennec crashing and this is the crashdump that I see:
http://people.mozilla.org/~jmaher/android_dumps/52b96947-9f60-f7d4-30977068-797f8a56.dmp
http://people.mozilla.org/~jmaher/android_dumps/52b96947-9f60-f7d4-30977068-797f8a56.extra
fyi, this should be in crash-stats, but I couldn't find it.
Comment 3•13 years ago
|
||
I did get this in crashstats:
https://crash-stats.mozilla.com/report/index/5a3875bf-0801-4dfa-8a04-21bbb2110707
Comment 4•13 years ago
|
||
This is causing a slowdown for ARM over the pre-TI state of affairs, so requesting tracking for mozilla9.
tracking-firefox9:
--- → ?
Updated•13 years ago
|
OS: Mac OS X → All
Hardware: x86 → ARM
Version: unspecified → 9 Branch
Updated•13 years ago
|
status-firefox9:
--- → affected
Reporter | ||
Comment 5•13 years ago
|
||
Fix some ARM ABI-related test failures. Blocked on an ilooping jit-test for now, due to breakage in the ARM assembler. Filed bug 684404.
Updated•13 years ago
|
Blocks: infer-perf-regress
Comment 6•13 years ago
|
||
when flushing a pool, we were not resetting the number of elements since the last pool when there was nothing in the pool.
Reporter | ||
Comment 7•13 years ago
|
||
Still more to do here, but now that jit-tests are passing and jstests are almost passing it's good to get some Fennec tinderbox coverage for this stuff.
http://hg.mozilla.org/projects/jaegermonkey/rev/9459096a263a
http://hg.mozilla.org/projects/jaegermonkey/rev/b31b25125429
Reporter | ||
Comment 8•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•