http://codereview.chromium.org/553149/diff/2001/2018
File src/x64/fast-codegen-x64.cc (right):

http://codereview.chromium.org/553149/diff/2001/2018#newcode48
src/x64/fast-codegen-x64.cc:48: __ j(is_smi, bailout());
JumpIfSmi is preferred.
It's a convenience function that does the same as these two lines (so
there is no difference in the resulting code), but it's *much* easier to
read.

http://codereview.chromium.org/553149

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

Reply via email to