Couple of drive-by nits:

http://codereview.chromium.org/2450005/diff/1/3
File src/isolate.h (right):

http://codereview.chromium.org/2450005/diff/1/3#newcode100
src/isolate.h:100: static int count_;
could it be named number_of_isolates_ or somehow else to be more
descriptive?

http://codereview.chromium.org/2450005/diff/1/4
File src/serialize.cc (right):

http://codereview.chromium.org/2450005/diff/1/4#newcode979
src/serialize.cc:979: ASSERT(Isolate::count() == 1);
Could be nice to add comment here on why it is important.

http://codereview.chromium.org/2450005/show

--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev

Reply via email to