My mistake.  I had missed that the Rehash takes place on the compiler thread
after a failed lookup.  Tricky!


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

https://codereview.chromium.org/1105693002/diff/60001/src/heap/heap.cc#newcode5034
src/heap/heap.cc:5034: for (StrongRootsList* list = strong_roots_list_;
list; list = list->next_) {
We don't need a lock here?

https://codereview.chromium.org/1105693002/

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