http://codereview.chromium.org/6374002/diff/1/src/x64/lithium-codegen-x64.cc
File src/x64/lithium-codegen-x64.cc (right):

http://codereview.chromium.org/6374002/diff/1/src/x64/lithium-codegen-x64.cc#newcode1344
src/x64/lithium-codegen-x64.cc:1344: __ CmpObjectType(temp,
JS_FUNCTION_TYPE, temp2);
I removed the second temp register, and just stopped claiming
(incorrectly) that the function doesn't clobber input.
The above line would actually clobber input if it is aliased to temp2.

http://codereview.chromium.org/6374002/

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

Reply via email to