Closed
Bug 476639
Opened 16 years ago
Closed 16 years ago
enable VFP support in tamarin nanojit
Categories
(Tamarin Graveyard :: Baseline JIT (CodegenLIR), defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: edwsmith, Assigned: rreitmai)
References
Details
Attachments
(1 file, 2 obsolete files)
49.27 KB,
patch
|
edwsmith
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Comment 1•16 years ago
|
||
Updated•16 years ago
|
Assignee: nobody → edwsmith
Flags: flashplayer-triage+
Flags: flashplayer-qrb+
Reporter | ||
Comment 2•16 years ago
|
||
patch was generated from this user repo
http://hg.mozilla.org/users/edwsmith_adobe.com/arm
$ hg update -C vfp
$ hg diff -rdefault >vfp.patch
not tested.
Attachment #360300 -
Attachment is obsolete: true
Reporter | ||
Updated•16 years ago
|
Assignee: edwsmith → rreitmai
Assignee | ||
Comment 4•16 years ago
|
||
Latest patch crashes vm; will investigate.
Assignee | ||
Comment 5•16 years ago
|
||
ver3 of patch currently in testing
Assignee | ||
Updated•16 years ago
|
Attachment #365584 -
Attachment is obsolete: true
Assignee | ||
Comment 6•16 years ago
|
||
Comment on attachment 367831 [details] [diff] [review]
ver 3 - update again
VFP portion of this code is UNTESTED and will be disabled. In the process of building a test environment, but in the meantime recommend landing this latest patch.
Attachment #367831 -
Flags: review?(edwsmith)
Reporter | ||
Updated•16 years ago
|
Attachment #367831 -
Flags: review?(edwsmith) → review+
Assignee | ||
Comment 7•16 years ago
|
||
9523b643f827: ARM Vector floating point (VFP) support - UNTESTED and disabled - rev 1617
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Is this tested on ARMV7 platform? Does Tamarin Central contain this fix? I can test the VFP feature on ARMV7 platform. Could you guys provide some test case?
Assignee | ||
Comment 9•16 years ago
|
||
Tamarin central contains this code, but a subsequent patch (see bug 496988) may be needed for some content.
The acceptance test suite contained within the test subdirectory of tamarin can be used to ensure no injections.
Subsequent testing has been performed on an ARM11 device.
Comment 10•16 years ago
|
||
When I first supplied the patch, I tested it on a v7 board, and the tamarin-redux acceptance suite was passing.
I don't know how much v7 testing has been done since then.
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•