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

Issue 227583003: MIPS: Fixed flooring division by -1. (Closed)

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

Description

MIPS: Fixed flooring division by -1. Port r20544 (a64196c) Original commit message: We should avoid ASR #0 on ARM. Simplified and improved code a bit while we're there on all platforms. Human brains are very bad at understanding nested structures... BUG=v8:3259 LOG=y

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -17 lines) Patch
M src/mips/lithium-codegen-mips.cc View 1 chunk +19 lines, -17 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
6 years, 8 months ago (2014-04-07 15:53:07 UTC) #1
Paul Lind
lgtm
6 years, 8 months ago (2014-04-07 16:35:06 UTC) #2
Paul Lind
6 years, 8 months ago (2014-04-07 16:38:15 UTC) #3
Committed as r20553.

Powered by Google App Engine
This is Rietveld 408576698