Reviewers: Igor Sheludko,

Message:
Igor, please take a look. Toon, this is fyi.


https://codereview.chromium.org/767253002/diff/60001/src/objects.h
File src/objects.h (right):

https://codereview.chromium.org/767253002/diff/60001/src/objects.h#newcode5671
src/objects.h:5671: static const int kRetainingCounterStart =
kSlackTrackingCounterEnd - 1;
This counter will be used in future CL.

Description:
Refactor Map::ConstructionCount.

This combines Map::DoneInobjectSlackTracking and Map::ConstructionCount into one
more generic 4-bit counter.

Counter values from 15 down to 8 are used for in-object slack tracking, values
from 7 down to 0 are free to be used for a new counter when in-object slack
tracking is inactive.

Please review this at https://codereview.chromium.org/767253002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+72, -91 lines):
  M src/arm/builtins-arm.cc
  M src/arm64/builtins-arm64.cc
  M src/heap/heap.cc
  M src/ia32/builtins-ia32.cc
  M src/objects.h
  M src/objects.cc
  M src/objects-inl.h
  M src/x64/builtins-x64.cc
  M src/x87/builtins-x87.cc


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