All fixed!

https://codereview.chromium.org/1324023007/diff/40001/src/heap/array-buffer-tracker.cc
File src/heap/array-buffer-tracker.cc (right):

https://codereview.chromium.org/1324023007/diff/40001/src/heap/array-buffer-tracker.cc#newcode32
src/heap/array-buffer-tracker.cc:32: bool in_new_space =
heap()->InNewSpace(buffer);
On 2015/09/04 09:09:56, Michael Lippautz wrote:
Move below !data check.

Acknowledged.

https://codereview.chromium.org/1324023007/diff/40001/src/heap/array-buffer-tracker.cc#newcode133
src/heap/array-buffer-tracker.cc:133: }
On 2015/09/04 09:09:56, Michael Lippautz wrote:
nit:
}

}  // namespace internal
}  // namespace v8

Acknowledged.

https://codereview.chromium.org/1324023007/diff/40001/src/heap/heap.cc
File src/heap/heap.cc (right):

https://codereview.chromium.org/1324023007/diff/40001/src/heap/heap.cc#newcode1978
src/heap/heap.cc:1978: void Heap::RegisterNewArrayBuffer(bool
in_new_space, void* data,
On 2015/09/04 09:09:57, Michael Lippautz wrote:
Anything holding us back to change the signature to take a
JSArrayBuffer*
buffer? If not, please adjust.

Acknowledged.

https://codereview.chromium.org/1324023007/diff/40001/src/heap/heap.h
File src/heap/heap.h (right):

https://codereview.chromium.org/1324023007/diff/40001/src/heap/heap.h#newcode1105
src/heap/heap.h:1105: inline ArrayBufferTracker* array_buffer_tracker()
{
On 2015/09/04 09:09:57, Michael Lippautz wrote:
nit: You can move this into the ArrayBufferTracker section.

Acknowledged.

https://codereview.chromium.org/1324023007/diff/40001/src/heap/heap.h#newcode1512
src/heap/heap.h:1512: // ArrayBufferTracker proxies.
===============================================
On 2015/09/04 09:09:57, Michael Lippautz wrote:
nit: Not an actual proxy. Remove this word please ;)

Acknowledged.

https://codereview.chromium.org/1324023007/

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