RESOLVED INVALID 127679
ARM traditional should have weakCompareAndSwap implementations
https://bugs.webkit.org/show_bug.cgi?id=127679
Summary ARM traditional should have weakCompareAndSwap implementations
Csaba Osztrogonác
Reported 2014-01-27 02:25:56 PST
Now ARM traditional doesn't have weakCompareAndSwap() implementations in Atomics.h as ARM64, ARM Thumb2, X86 and X86_64 have. After we have these assemblies, we can set ENABLE_COMPARE_AND_SWAP to 1 in Platform.h too. ( This bug was revealed by https://bugs.webkit.org/show_bug.cgi?id=127678 )
Attachments
Csaba Osztrogonác
Comment 1 2015-09-24 06:52:05 PDT
After https://trac.webkit.org/changeset/190103 we don't need assembly CAS anymore.
Note You need to log in before you can comment on or make changes to this bug.