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

Issue 1318353003: MIPS: Vector ICs: platform support for vector-based stores.

Created:
5 years, 3 months ago by paul.l...
Modified:
5 years, 3 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

MIPS: Vector ICs: platform support for vector-based stores. Port of https://codereview.chromium.org/1328603003/ Original commit message: The last changes for vector store functionality, they are in 3 areas: 1) The new vector [keyed] store code stubs - implementation. 2) IC and handler compiler adjustments 3) Odds and ends. A change in ast.cc, a test update, a small Oracle fix. BUG= patch from issue 1326763004 at patchset 1 (http://crrev.com/1326763004#ps1)

Patch Set 1 : MIPS32 port from Ákos #

Patch Set 2 : MIPS64 port from Balázs. #

Patch Set 3 : bug fix and some minor consistency tweaks. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+411 lines, -47 lines) Patch
M src/ic/mips/access-compiler-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ic/mips/handler-compiler-mips.cc View 2 chunks +19 lines, -8 lines 0 comments Download
M src/ic/mips/ic-compiler-mips.cc View 1 chunk +4 lines, -1 line 0 comments Download
M src/ic/mips/ic-mips.cc View 3 chunks +10 lines, -6 lines 0 comments Download
M src/ic/mips/stub-cache-mips.cc View 1 chunk +8 lines, -2 lines 0 comments Download
M src/ic/mips64/access-compiler-mips64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/ic/mips64/handler-compiler-mips64.cc View 1 2 chunks +19 lines, -8 lines 0 comments Download
M src/ic/mips64/ic-compiler-mips64.cc View 1 1 chunk +4 lines, -1 line 0 comments Download
M src/ic/mips64/ic-mips64.cc View 1 2 3 chunks +12 lines, -9 lines 0 comments Download
M src/ic/mips64/stub-cache-mips64.cc View 1 1 chunk +8 lines, -2 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 2 2 chunks +165 lines, -4 lines 0 comments Download
M src/mips64/code-stubs-mips64.cc View 1 2 2 chunks +160 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (1 generated)
paul.l...
Hey Michael - here are MIPS ports, l-g-t-m for inclusion in your https://codereview.chromium.org/1328603003/
5 years, 3 months ago (2015-09-03 05:19:53 UTC) #2
mvstanton
5 years, 3 months ago (2015-09-03 08:29:06 UTC) #3
On 2015/09/03 05:19:53, paul.l... wrote:
> Hey Michael - here are MIPS ports, l-g-t-m for inclusion in your
> https://codereview.chromium.org/1328603003/

Thanks tons Paul! Man, that was fast..

Powered by Google App Engine
This is Rietveld 408576698