Reviewers: danno, Paul Lind, kisg,

Message:
Please merge the following CL first to avoid merge conflicts:

https://chromiumcodereview.appspot.com/11783049

Description:
MIPS: Optimise Math.floor(x/y) to use integer division for MIPS.

Use div instruction if some divisors do not have magic number.

Based on commit r11427 (318a9598).

BUG=
TEST=


Please review this at https://chromiumcodereview.appspot.com/11821013/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/hydrogen-instructions.cc
  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
  M test/mjsunit/math-floor-of-div.js
  M test/mjsunit/mjsunit.status


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

Reply via email to