I like it. Just a few minor comments.

Yes, please update the description.


https://codereview.chromium.org/1163143009/diff/210001/src/heap/gc-tracer.cc
File src/heap/gc-tracer.cc (right):

https://codereview.chromium.org/1163143009/diff/210001/src/heap/gc-tracer.cc#newcode622
src/heap/gc-tracer.cc:622: const double kEpsilon = 0.5;
Can we rename epsilon to kMinimumMarkingSpeed (or something more
descriptive)?

https://codereview.chromium.org/1163143009/diff/210001/src/heap/heap.cc
File src/heap/heap.cc (right):

https://codereview.chromium.org/1163143009/diff/210001/src/heap/heap.cc#newcode5305
src/heap/heap.cc:5305: // https://goo.gl/LLGvBs.
Instead of posting a link, can we add the necessary details here? I am
fine with spending several lines on comments.

https://codereview.chromium.org/1163143009/diff/210001/src/heap/heap.cc#newcode5310
src/heap/heap.cc:5310: if (max_old_generation_size_ <=
kMaxOldSpaceSizeMediumMemoryDevice) {
If we would not access max_old_generation_size_, this function would be
unit-testable? WDYT? Having tests for the function would be nice.

https://codereview.chromium.org/1163143009/

--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to