Reviewers: jarin, jochen, binji,

Message:
Created Revert of Implement SharedArrayBuffer

Description:
Revert of Implement SharedArrayBuffer (patchset #7 id:120001 of
https://codereview.chromium.org/1136553006/)

Reason for revert:
breaks build

Original issue's description:
Implement SharedArrayBuffer.

This adds a new external type (v8::SharedArrayBuffer) that uses a
JSArrayBuffer under the hood. It can be distinguished from an ArrayBuffer by the
newly-added is_shared() bit.

Currently there is no difference in functionality between a SharedArrayBuffer
and an ArrayBuffer. However, a future CL will add the Atomics API, which is only
available on an SharedArrayBuffer. All non-atomic accesses are identical to
ArrayBuffer accesses.

BUG=

Committed: https://crrev.com/57170bff7baf341c666252a7f6a49e9c08d51263
Cr-Commit-Position: refs/heads/master@{#28588}

[email protected],[email protected],[email protected]
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=

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

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+32, -1047 lines):
  M BUILD.gn
  M include/v8.h
  M src/api.h
  M src/api.cc
  M src/arraybuffer.js
  M src/bootstrapper.cc
  M src/contexts.h
  M src/factory.h
  M src/factory.cc
  M src/flag-definitions.h
  D src/harmony-sharedarraybuffer.js
  M src/macros.py
  M src/objects.h
  M src/objects-inl.h
  M src/runtime/runtime.h
  M src/runtime/runtime-typedarray.cc
  M src/typedarray.js
  M test/cctest/test-api.cc
  D test/mjsunit/harmony/sharedarraybuffer.js
  M tools/gyp/v8.gyp


--
--
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/d/optout.

Reply via email to