https://codereview.chromium.org/335063005/diff/40001/src/utils.h
File src/utils.h (right):
https://codereview.chromium.org/335063005/diff/40001/src/utils.h#newcode256
src/utils.h:256: template<typename T> bool MultiplyOverflows(T x, T y) {
Do you really need these wrappers? It seems that they make you do the
math twice. Is there really any downside to having the CheckedNumber<T>
directly at the site where it's used... and just using the
checked_result.value()?
https://codereview.chromium.org/335063005/
--
--
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.