Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Issue 192743006: MIPS: Reland "Handle non-power-of-2 divisors in division-like operations". (Closed)

Created:
6 years, 9 months ago by kilvadyb
Modified:
6 years, 9 months ago
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@gbl
Visibility:
Public.

Description

MIPS: Reland "Handle non-power-of-2 divisors in division-like operations". Port r19749 (4880ed9) Original commit message: Fixed the flooring div bug and added a test case. BUG=

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -155 lines) Patch
M src/mips/lithium-codegen-mips.cc View 2 chunks +54 lines, -123 lines 0 comments Download
M src/mips/lithium-mips.h View 3 chunks +29 lines, -6 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 chunk +23 lines, -26 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +4 lines, -0 lines 1 comment Download
M src/mips/macro-assembler-mips.cc View 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
6 years, 9 months ago (2014-03-10 19:10:20 UTC) #1
Paul Lind
LGTM, I'll fix the nit when landing. As with r19733/r19715, this is a partial port ...
6 years, 9 months ago (2014-03-10 19:45:55 UTC) #2
Paul Lind
6 years, 9 months ago (2014-03-10 19:52:19 UTC) #3
Committed as r19774.

Powered by Google App Engine
This is Rietveld 408576698