Nits addressed, landing

https://codereview.chromium.org/16950013/diff/1/src/heap.cc
File src/heap.cc (right):

https://codereview.chromium.org/16950013/diff/1/src/heap.cc#newcode1745
src/heap.cc:1745:
On 2013/06/19 11:35:09, Michael Starzinger wrote:
nit: Add a second empty newline.

Done.

https://codereview.chromium.org/16950013/diff/1/src/heap.cc#newcode1748
src/heap.cc:1748: for (Object* o = array_buffers_list();
On 2013/06/19 11:35:09, Michael Starzinger wrote:
nit: Should fit into one line.

Done.

https://codereview.chromium.org/16950013/diff/1/src/heap.cc#newcode1753
src/heap.cc:1753: }
On 2013/06/19 11:35:09, Michael Starzinger wrote:
Let's play it safe and reset array_buffers_list to undefined here.

Done.

https://codereview.chromium.org/16950013/diff/1/src/heap.h
File src/heap.h (right):

https://codereview.chromium.org/16950013/diff/1/src/heap.h#newcode2195
src/heap.h:2195: void TearDownArrayBuffers();
On 2013/06/19 11:35:09, Michael Starzinger wrote:
nit: Let's add a short one-liner comments clarifying that this is only
used
during heap tear-down ...

// Destroys all memory allocated for array buffers when heap is torn
down.

Done.

https://codereview.chromium.org/16950013/

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