http://codereview.chromium.org/6627048/diff/1/src/x64/lithium-x64.cc File src/x64/lithium-x64.cc (right):
http://codereview.chromium.org/6627048/diff/1/src/x64/lithium-x64.cc#newcode1735 src/x64/lithium-x64.cc:1735: temp = TempRegister(); On 2011/03/07 11:19:21, Rico wrote:
Do we gain anything from not just initializing temp to TempRegister in
all
cases?
We do not allocate a temp register, and thus do not possible spill a register. http://codereview.chromium.org/6627048/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
