LGTM, with comment.
http://codereview.chromium.org/6474039/diff/1/src/x64/lithium-codegen-x64.cc File src/x64/lithium-codegen-x64.cc (right): http://codereview.chromium.org/6474039/diff/1/src/x64/lithium-codegen-x64.cc#newcode899 src/x64/lithium-codegen-x64.cc:899: __ movl(tmp, Immediate(v_int32)); This integer-to-double conversion is slower than just loading the double from a GP register, as done below, so remove this case, and use code below. http://codereview.chromium.org/6474039/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
