Here are the questions.

https://codereview.chromium.org/138953018/diff/110001/src/spaces.cc
File src/spaces.cc (right):

https://codereview.chromium.org/138953018/diff/110001/src/spaces.cc#newcode2131
src/spaces.cc:2131: FreeListNode** n = &t;
Now I am wondering why we can't use t directly here (replace '*n' with
't' in the loop below).

https://codereview.chromium.org/138953018/diff/110001/src/spaces.cc#newcode2314
src/spaces.cc:2314: huge_list_.set_top(top_node);
This is a bit funny - which part of the loop reads huge_list_?

https://codereview.chromium.org/138953018/

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