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

Issue 136193011: MIPS: Fix zlib critical performance regression. (Closed)

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

Description

MIPS: Fix zlib critical performance regression. The very low score on zlib benchmark is caused by huge number of deoptimizations inside BinaryOpIC stubs when arguments are boolean. TEST= BUG= Committed: https://code.google.com/p/v8/source/detail?r=19006

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M src/mips/lithium-codegen-mips.cc View 1 chunk +2 lines, -1 line 1 comment Download

Messages

Total messages: 3 (0 generated)
dusmil
6 years, 10 months ago (2014-01-31 18:36:24 UTC) #1
Paul Lind
LGTM! Thanks for this fix! https://codereview.chromium.org/136193011/diff/1/src/mips/lithium-codegen-mips.cc File src/mips/lithium-codegen-mips.cc (right): https://codereview.chromium.org/136193011/diff/1/src/mips/lithium-codegen-mips.cc#newcode4805 src/mips/lithium-codegen-mips.cc:4805: __ mov(scratch2, input_reg); nit: ...
6 years, 10 months ago (2014-01-31 18:54:39 UTC) #2
Paul Lind
6 years, 10 months ago (2014-01-31 19:00:46 UTC) #3
Committed as r19006.

Powered by Google App Engine
This is Rietveld 408576698