Bug 116093
Summary: | ARMv6 JIT plausible timing issues. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Azhar <aga.azhar.ahmed> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | loki, ossy, rgabor, zherczeg |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Other | ||
OS: | Linux | ||
URL: | http://youtube.com/tv | ||
Bug Depends on: | |||
Bug Blocks: | 108645 |
Azhar
Unable to load the http://www.youtube.com/tv on a target device.
(error Log suggests ‘undefined’ invocation). JIT is enabled. Now when in JSC (Squirrel Fish Extreme), I disable JIT and rely only on the LLINT (C Loop) I am able to render the above page.
On x86 version of the browser also I am able to load the above mentioned page.
The details of the target device are as below
Processor : ARMv6-compatible processor rev 7 (v6l)
Features : swp half thumb fastmult vfp edsp java
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xb76
CPU revision : 7
Webkit Nightly Version: r-149577
It appears there is a timing or sequencing issue.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Azhar
Based on suggestions from Gabor Rapcsanyi, I patched my code base with the below mentioned
- http://trac.webkit.org/changeset/149601
- http://trac.webkit.org/changeset/150748
and the problem is fixed.
Hence closing the issue