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)); On 2011/02/14 11:39:25, William Hesse wrote:
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.
Done. http://codereview.chromium.org/6474039/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
