Reviewers: ulan, Dmitry Lomov (chromium), Ken Russell,

Message:
PTAL.


https://codereview.chromium.org/904633003/diff/40001/src/runtime/runtime-typedarray.cc
File src/runtime/runtime-typedarray.cc (right):

https://codereview.chromium.org/904633003/diff/40001/src/runtime/runtime-typedarray.cc#newcode107
src/runtime/runtime-typedarray.cc:107: // that belong to the neutered
array buffer.
Dmitry, when we neuter, do we still have to keep the array buffer to
view relationship? I.e., would we be allowed to remove the views from
the new space list of views?

https://codereview.chromium.org/904633003/diff/60001/src/heap/heap.cc
File src/heap/heap.cc (right):

https://codereview.chromium.org/904633003/diff/60001/src/heap/heap.cc#newcode1731
src/heap/heap.cc:1731: // and move them to the corresponding array
buffer.
We could do this in one pass with a specialized Visitor.

Description:
Just visit young array buffers during scavenge.

BUG=

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

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

Affected files (+214, -55 lines):
  M src/factory.cc
  M src/heap/heap.h
  M src/heap/heap.cc
  M src/heap/mark-compact.cc
  M src/heap/objects-visiting.h
  M src/heap/objects-visiting.cc
  M src/objects.cc
  M src/runtime/runtime-typedarray.cc
  M src/serialize.cc
  M test/cctest/test-weaktypedarrays.cc


--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to