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

Issue 322403006: MIPS: Fixed flooring division by a power of 2, once again... (Closed)

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

Description

MIPS: Fixed flooring division by a power of 2, once again... Port r21769 (52e191b) Original commit message: Avoid right shifts by zero bits: On ARM it actually means shifting by 32 bits (correctness issue) and on other platforms they are useless (performance issue). This is fix for the fix in r20544. BUG=v8:3259 LOG=y

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -10 lines) Patch
M src/mips/lithium-codegen-mips.cc View 4 chunks +14 lines, -10 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
kilvadyb
6 years, 6 months ago (2014-06-11 18:57:39 UTC) #1
Paul Lind
lgtm
6 years, 6 months ago (2014-06-11 20:00:44 UTC) #2
Paul Lind
Committed as r21780.
6 years, 6 months ago (2014-06-11 20:06:51 UTC) #3
Sven Panne
6 years, 6 months ago (2014-06-13 06:40:19 UTC) #4
On 2014/06/11 20:06:51, Paul Lind wrote:
> Committed as r21780.

Closing, no clue why it wasn't done...

Powered by Google App Engine
This is Rietveld 408576698