One small optimization issue, then mips64 l-g-t-m also.


https://codereview.chromium.org/1127573004/diff/20001/src/mips64/code-stubs-mips64.cc
File src/mips64/code-stubs-mips64.cc (right):

https://codereview.chromium.org/1127573004/diff/20001/src/mips64/code-stubs-mips64.cc#newcode2966
src/mips64/code-stubs-mips64.cc:2966: __ dsll(temp1, temp1,
kPointerSizeLog2);
Use SmiScale(temp1, slot, kPointerSizeLog2) here to save one
instruction?
Also in next 2 functions...

https://codereview.chromium.org/1127573004/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to