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

Issue 104353002: MIPS: Faster memcpy. (Closed)

Created:
7 years ago by Yu Yin - Loongson
Modified:
7 years ago
CC:
v8-dev
Base URL:
git://github.com/v8/v8.git@bleeding_edge
Visibility:
Public.

Description

MIPS: Faster memcpy. BUG=

Patch Set 1 : Add pref/Pref/Ulw/Usw to assembler and refactor MemOperand. #

Patch Set 2 : Implement faster memcpy. #

Patch Set 3 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+543 lines, -0 lines) Patch
M src/mips/assembler-mips.h View 2 chunks +13 lines, -0 lines 0 comments Download
M src/mips/assembler-mips.cc View 2 chunks +15 lines, -0 lines 0 comments Download
M src/mips/codegen-mips.cc View 1 2 1 chunk +424 lines, -0 lines 0 comments Download
M src/mips/constants-mips.h View 2 chunks +12 lines, -0 lines 0 comments Download
M src/mips/disasm-mips.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 chunk +21 lines, -0 lines 0 comments Download
M src/platform.h View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
M src/platform-posix.cc View 1 2 2 chunks +9 lines, -0 lines 0 comments Download
M src/v8utils.h View 1 2 chunks +21 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Yu Yin - Loongson
7 years ago (2013-12-04 10:50:55 UTC) #1
Paul Lind
This looks good to me, but there is a small merge issue with platform-posix.cc. Please ...
7 years ago (2013-12-06 00:56:22 UTC) #2
Yu Yin - Loongson
On 2013/12/06 00:56:22, Paul Lind wrote: > This looks good to me, but there is ...
7 years ago (2013-12-06 02:54:03 UTC) #3
Paul Lind
LGTM. Jakob, Danno, this needs additional review, could one of you PTAL?
7 years ago (2013-12-06 08:28:52 UTC) #4
Jakob Kummerow
lgtm
7 years ago (2013-12-06 09:05:12 UTC) #5
Paul Lind
7 years ago (2013-12-06 16:25:28 UTC) #6
Committed as r18274.

Powered by Google App Engine
This is Rietveld 408576698