https://codereview.chromium.org/1168093002/diff/120001/src/compiler/js-operator.cc
File src/compiler/js-operator.cc (right):

https://codereview.chromium.org/1168093002/diff/120001/src/compiler/js-operator.cc#newcode194
src/compiler/js-operator.cc:194: lhs.contextual_mode() ==
rhs.contextual_mode() &&
This operator should be adapted as well.

https://codereview.chromium.org/1168093002/diff/120001/src/compiler/js-operator.cc#newcode206
src/compiler/js-operator.cc:206: return base::hash_combine(p.name(),
p.contextual_mode(), p.feedback());
This operator should be adapted as well.

https://codereview.chromium.org/1168093002/diff/120001/src/compiler/js-operator.cc#newcode211
src/compiler/js-operator.cc:211: return os << Brief(*p.name().handle())
<< ", " << p.contextual_mode();
This operator should be adapted as well.

https://codereview.chromium.org/1168093002/diff/120001/src/compiler/js-operator.cc#newcode216
src/compiler/js-operator.cc:216: // Nothing special to print.
This operator should be adapted as well.

https://codereview.chromium.org/1168093002/diff/120001/src/compiler/js-operator.cc#newcode223
src/compiler/js-operator.cc:223: return lhs.feedback() ==
rhs.feedback();
This operator should be adapted as well.

https://codereview.chromium.org/1168093002/diff/120001/src/compiler/js-operator.cc#newcode240
src/compiler/js-operator.cc:240: return hash_value(p.feedback());
This operator should be adapted as well.

https://codereview.chromium.org/1168093002/

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