LGTM with a nit. Feel free to add the additional assertions we discussed
offline.


https://codereview.chromium.org/17058002/diff/8001/src/spaces.cc
File src/spaces.cc (right):

https://codereview.chromium.org/17058002/diff/8001/src/spaces.cc#newcode2121
src/spaces.cc:2121: available_ -=
reinterpret_cast<FreeSpace*>(node)->Size();
The cast seems obsolete.

https://codereview.chromium.org/17058002/diff/8001/src/spaces.cc#newcode2127
src/spaces.cc:2127: *node_size =
reinterpret_cast<FreeSpace*>(node)->Size();
Likewise.

https://codereview.chromium.org/17058002/

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