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

Issue 275883002: MIPS: Improve Array.shift() performance for small arrays. (Closed)

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

Description

MIPS: Improve Array.shift() performance for small arrays. Port r21203 (eaa92e4) TEST=mjsunit/array-shift,mjsunit/array-shift2,mjsunit/array-shift3 BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -0 lines) Patch
M src/mips/code-stubs-mips.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/mips/lithium-mips.h View 2 chunks +16 lines, -0 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
6 years, 7 months ago (2014-05-09 14:00:53 UTC) #1
Paul Lind
lgtm
6 years, 7 months ago (2014-05-09 15:47:13 UTC) #2
Paul Lind
6 years, 7 months ago (2014-05-09 15:50:34 UTC) #3
Committed as r21229.

Powered by Google App Engine
This is Rietveld 408576698