On 2015/04/28 18:31:46, jochen wrote:
some comments

it's unfortunate that the shared thingies have a different map - that means
that
code that handles both regular and shared typed arrays will go polymorphic
(i.e.
ultra slow)
 
Different maps (and having different code) is very much justified here: shared array buffer accesses MUST be different since they give memory model guarantees.

https://codereview.chromium.org/1069883002/

--
--
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