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

Issue 1149903005: Vector ICs: Introduce Store and KeyedStore IC code stubs. (Closed)

Created:
5 years, 7 months ago by mvstanton
Modified:
5 years, 7 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@vector-stores
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Vector ICs: Introduce Store and KeyedStore IC code stubs. Also introduce new interface descriptors for the trampoline and full versions of those stubs. Currently, the stubs aren't functional. BUG= Committed: https://crrev.com/a86384f192f88458bb46eece0a8f2709979057b8 Cr-Commit-Position: refs/heads/master@{#28597}

Patch Set 1 #

Patch Set 2 : Ports. #

Patch Set 3 : REBASE. #

Total comments: 14

Patch Set 4 : Code comments. #

Patch Set 5 : REBASE. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+488 lines, -6 lines) Patch
M src/arm/code-stubs-arm.cc View 1 1 chunk +52 lines, -0 lines 0 comments Download
M src/arm/interface-descriptors-arm.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 1 chunk +52 lines, -0 lines 0 comments Download
M src/arm64/interface-descriptors-arm64.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/code-stubs.h View 1 2 3 4 5 chunks +88 lines, -6 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +52 lines, -0 lines 0 comments Download
M src/ia32/interface-descriptors-ia32.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/interface-descriptors.h View 2 chunks +28 lines, -0 lines 0 comments Download
M src/interface-descriptors.cc View 1 chunk +24 lines, -0 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 1 chunk +52 lines, -0 lines 0 comments Download
M src/mips/interface-descriptors-mips.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/mips64/code-stubs-mips64.cc View 1 1 chunk +52 lines, -0 lines 0 comments Download
M src/mips64/interface-descriptors-mips64.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 1 chunk +52 lines, -0 lines 0 comments Download
M src/x64/interface-descriptors-x64.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
mvstanton
Hi Jakob, Here is the 2nd one. It creates the necessary platform stubs (unimplemented), and ...
5 years, 7 months ago (2015-05-22 10:39:26 UTC) #2
Jakob Kummerow
LGTM with comments, mostly nits. The ia32 comments apply to all platform ports. https://codereview.chromium.org/1149903005/diff/40001/src/code-stubs.h File ...
5 years, 7 months ago (2015-05-22 11:38:17 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1149903005/60001
5 years, 7 months ago (2015-05-22 12:04:36 UTC) #6
mvstanton
Thanks Jakob for the helpful comments! Submittin'... --Michael https://codereview.chromium.org/1149903005/diff/40001/src/code-stubs.h File src/code-stubs.h (right): https://codereview.chromium.org/1149903005/diff/40001/src/code-stubs.h#newcode2194 src/code-stubs.h:2194: explicit ...
5 years, 7 months ago (2015-05-22 12:06:17 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_gcc_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_gcc_compile_rel/builds/2811)
5 years, 7 months ago (2015-05-22 12:21:06 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1149903005/80001
5 years, 7 months ago (2015-05-22 14:08:35 UTC) #12
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 7 months ago (2015-05-22 14:36:55 UTC) #13
commit-bot: I haz the power
5 years, 7 months ago (2015-05-22 14:37:13 UTC) #14
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/a86384f192f88458bb46eece0a8f2709979057b8
Cr-Commit-Position: refs/heads/master@{#28597}

Powered by Google App Engine
This is Rietveld 408576698