You'll have to rebase on top of the CL that grows transition arrays...


https://codereview.chromium.org/661133002/diff/40001/src/transitions-inl.h
File src/transitions-inl.h (right):

https://codereview.chromium.org/661133002/diff/40001/src/transitions-inl.h#newcode153
src/transitions-inl.h:153: bool
TransitionArray::IsSpecialTransition(Name* name) {
Please get rid of this method; instead make it dependent on how the
search is called.

Even for "IsSorted.." you shouldn't need it. There should never be
multiple entries for SpecialTransition names, so we shouldn't ensure
that the details are different.

https://codereview.chromium.org/661133002/

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