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

Issue 171793005: MIPS: Fix performance regression on sunspider string-unpack-code. (Closed)

Created:
6 years, 10 months ago by Paul Lind
Modified:
6 years, 10 months ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Fix performance regression on sunspider string-unpack-code. Regression surfaced with r19009, but latent error was present since r17767. BUG= R=dusan.milosavljevic@rt-rk.com Committed: https://code.google.com/p/v8/source/detail?r=19500

Patch Set 1 #

Patch Set 2 : Make at-register use explicit, for clarity. #

Patch Set 3 : Use scratch register instead of at to handle long-branch case. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -3 lines) Patch
M src/mips/stub-cache-mips.cc View 1 2 2 chunks +7 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Paul Lind
PTAL. On my test board, I got back to baseline performance on this test.
6 years, 10 months ago (2014-02-19 08:49:15 UTC) #1
kisg
LGTM
6 years, 10 months ago (2014-02-19 11:25:26 UTC) #2
dusmil
Good catch. The problem here is that other architectures have compare operation separated from jumps, ...
6 years, 10 months ago (2014-02-19 13:31:46 UTC) #3
dusmil
Oops, not good. The at register will be clobbered after jump is taken in long ...
6 years, 10 months ago (2014-02-19 13:47:35 UTC) #4
kisg
On 2014/02/19 13:47:35, dusmil wrote: > Oops, not good. > > The at register will ...
6 years, 10 months ago (2014-02-19 16:26:49 UTC) #5
Paul Lind
Thanks Dusan, I forgot the long-branch issue. New patch, PTAL. This also includes some additional ...
6 years, 10 months ago (2014-02-19 17:26:45 UTC) #6
dusmil
LGTM
6 years, 10 months ago (2014-02-19 17:32:32 UTC) #7
Paul Lind
6 years, 10 months ago (2014-02-19 18:30:26 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 manually as r19500 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698