Closed
Bug 296879
Opened 20 years ago
Closed 12 years ago
PowerPC Linux should support native PowerPC atomic instructions (lwarx/stwcx.)
Categories
(Core :: JavaScript Engine, enhancement)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: kevdig, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8b2) Gecko/20050601
Build Identifier: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8b2) Gecko/20050601
See 296878, which was filed against NSPR for the same reason
Reproducible: Always
Comment 2•19 years ago
|
||
Dependends on, not blocks, relation.
Anyone want to adapt the patch in bug 296878 to jslock.c's js_CompareAndSwap,
for Mac OS X?
/be
Comment 3•19 years ago
|
||
(In reply to comment #2)
> Dependends on, not blocks, relation.
>
> Anyone want to adapt the patch in bug 296878 to jslock.c's js_CompareAndSwap,
> for Mac OS X?
Clue to self: read patch first, then comment.
Looks like this bug will be fixed when its dependency is fixed. :-)
/be
Updated•19 years ago
|
Flags: testcase-
Hi,
I added a patch which adds this support here. The only thing left is endianness in data_pack.cc
https://bugzilla.mozilla.org/attachment.cgi?id=504649&action=diff
Comment 5•12 years ago
|
||
Not a tier 1 platform anymore.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•