Closed
Bug 603624
Opened 14 years ago
Closed 14 years ago
Only blacklist I9000 devices with Android 2.1 (Linux 2.6.29).
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fennec | 2.0b3+ | --- |
People
(Reporter: jbramley, Unassigned)
References
Details
Attachments
(1 file)
1.17 KB,
patch
|
gal
:
review+
cjones
:
feedback+
|
Details | Diff | Splinter Review |
It seems as though the problem with the JITs on the I9000 devices is restricted to Android 2.1 (with Linux 2.6.29). We should only blacklist on these devices.
There is no public 2.2 image available for testing at this time, but others have identified that the JITs work correctly on some unofficial images. With this patch, the JITs should start working once 2.2 rolls out to real devices.
Reporter | ||
Comment 1•14 years ago
|
||
By the way, I found the kernel version of my Captivate device using adb. I'm assuming that there's no variation between I9000 devices running Android 2.1.
(Forgot to attach patch? Unless I'm misunderstanding comment #0)
Reporter | ||
Comment 3•14 years ago
|
||
(In reply to comment #2)
> (Forgot to attach patch? Unless I'm misunderstanding comment #0)
No, I just haven't written it. It's a relatively simple patch.
Reporter | ||
Comment 4•14 years ago
|
||
Untested!
Updated•14 years ago
|
tracking-fennec: --- → ?
Updated•14 years ago
|
Attachment #482561 -
Flags: feedback?(jones.chris.g)
Updated•14 years ago
|
tracking-fennec: ? → 2.0+
Updated•14 years ago
|
tracking-fennec: 2.0+ → 2.0b2+
Comment on attachment 482561 [details] [diff] [review]
Don't blacklist i9000 unless it's running 2.6.29.
This logic of this test bothers me somewhat (should be, |if !blacklisted device or blacklisted but kernel version > bad rev|), but this is all gross hacky stuff that's going to be axed in the not-so-distant future anyway. Need r? from dvander.
Attachment #482561 -
Flags: feedback?(jones.chris.g) → feedback+
Updated•14 years ago
|
Attachment #482561 -
Flags: review?(dvander)
Updated•14 years ago
|
Attachment #482561 -
Flags: review?(dvander) → review+
Updated•14 years ago
|
tracking-fennec: 2.0b2+ → 2.0+
Updated•14 years ago
|
tracking-fennec: 2.0+ → 2.0b3+
Updated•14 years ago
|
Whiteboard: [fennec-checkin-postb2][has-patch]
Comment 6•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Whiteboard: [fennec-checkin-postb2][has-patch]
You need to log in
before you can comment on or make changes to this bug.
Description
•