LGTM with nit
https://codereview.chromium.org/448093002/diff/1/src/types.cc
File src/types.cc (right):
https://codereview.chromium.org/448093002/diff/1/src/types.cc#newcode19
src/types.cc:19: return x <= y && (!IsMinusZero(y) || x != 0 ||
IsMinusZero(x));
Nit: I would order this
(x != 0 || IsMinusZero(x) || !IsMinusZero(y))
https://codereview.chromium.org/448093002/
--
--
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.