Reviewers: Sven Panne, Michael Starzinger, Kasper Lund, Vyacheslav Egorov, digit1, Alexander Potapenko, yurys, Yang, Jakob, dcarney, danno, Benedikt Meurer,

Message:
Hi,

I cherry-picked the latest development on atomic ops from Chromium: arm_gcc and
x86_msvc.

In the process, I also noticed something that appeared like a copy-paste error
in atomicops_tsan. I fixed that also.

I run tests with gcc on Linux/ARM. With MSVC and TSan, it was only inspection.

Description:
Atomic ops: sync with Chromium.

The following headers have been updated:

atomicops_internals_arm_gcc.h
Added last changes from Chromium r205205 and r211013.
https://chromiumcodereview.appspot.com/16335007
https://chromiumcodereview.appspot.com/18984012

atomicops.h
atomicops_internals_x86_msvc.h
Added last change from Chromium r176859.
https://chromiumcodereview.appspot.com/11888016

atomicops_internals_tsan.h
Fixed a typo in __tsan_atomic128_fetch_nand.

BUG=

Please review this at https://codereview.chromium.org/129813008/

SVN Base: git://github.com/v8/v8.git@master

Affected files (+220, -35 lines):
  M src/atomicops.h
  M src/atomicops_internals_arm_gcc.h
  M src/atomicops_internals_tsan.h
  M src/atomicops_internals_x86_msvc.h


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to