lgtm with a nit:

https://codereview.chromium.org/767253002/diff/100001/src/objects.cc
File src/objects.cc (right):

https://codereview.chromium.org/767253002/diff/100001/src/objects.cc#newcode10317
src/objects.cc:10317: DCHECK(map->counter() >=
Map::kSlackTrackingCounterEnd);
I'm afraid that this assert could fail if we get here from
JSConstructStub. I would say:
  DCHECK(map->counter() >= Map::kSlackTrackingCounterEnd - 1);

https://codereview.chromium.org/767253002/

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