Reviewers: danno, Paul Lind, kisg, Description: MIPS: Optimize Smi keys for KeyedLoads
Port r12156 (e2874cdf) Original commit message: Allows KeyeLoad/KeyedStore operations where the key is a Smi to fold the untagging of the key into the element offset calculation. BUG= TEST= Please review this at https://chromiumcodereview.appspot.com/10790143/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/mips/lithium-codegen-mips.h M src/mips/lithium-codegen-mips.cc M src/mips/lithium-mips.h M src/mips/lithium-mips.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
