https://codereview.chromium.org/11092075/diff/1/src/hydrogen-instructions.h
File src/hydrogen-instructions.h (right):

https://codereview.chromium.org/11092075/diff/1/src/hydrogen-instructions.h#newcode1296
src/hydrogen-instructions.h:1296: return !from().IsTagged() ||
(!to().IsDouble() && value()->type().IsSmi());
Why do we check that Smi->Double is not deleted? Shouldn't that be
possible without side-effects?

https://codereview.chromium.org/11092075/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to