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

Issue 1424153003: VectorICs: Remove --vector-stores flag. (Closed)

Created:
5 years, 1 month ago by mvstanton
Modified:
5 years, 1 month ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

VectorICs: Remove --vector-stores flag. BUG= Committed: https://crrev.com/e75e625453b4bf53b60dd620e8c6907a90b20b46 Cr-Commit-Position: refs/heads/master@{#32040}

Patch Set 1 #

Patch Set 2 : Ports. #

Patch Set 3 : A few more updates. #

Patch Set 4 : More good stuff. #

Patch Set 5 : REBASE. #

Patch Set 6 : REBASE. #

Total comments: 2

Patch Set 7 : Response to Hannes comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+511 lines, -2546 lines) Patch
M src/arm/code-stubs-arm.cc View 1 2 3 4 5 1 chunk +0 lines, -62 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 2 3 4 5 1 chunk +0 lines, -70 lines 0 comments Download
M src/ast.h View 1 2 3 4 6 1 chunk +1 line, -1 line 0 comments Download
M src/ast.cc View 1 2 3 4 6 5 chunks +10 lines, -21 lines 0 comments Download
M src/code-factory.cc View 1 2 3 4 4 chunks +8 lines, -12 lines 0 comments Download
M src/code-stubs.h View 1 2 3 4 7 chunks +3 lines, -27 lines 0 comments Download
M src/code-stubs.cc View 1 2 3 4 2 chunks +3 lines, -10 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 1 2 3 4 5 3 chunks +6 lines, -18 lines 0 comments Download
M src/crankshaft/hydrogen.cc View 1 2 3 4 5 5 chunks +12 lines, -19 lines 0 comments Download
M src/crankshaft/hydrogen-instructions.h View 1 2 3 4 2 chunks +1 line, -3 lines 0 comments Download
M src/crankshaft/typing.cc View 3 chunks +7 lines, -30 lines 0 comments Download
M src/flag-definitions.h View 1 2 3 4 5 6 2 chunks +0 lines, -2 lines 0 comments Download
M src/full-codegen/arm/full-codegen-arm.cc View 1 2 3 4 5 12 chunks +22 lines, -58 lines 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 1 2 3 4 5 12 chunks +22 lines, -57 lines 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 1 2 3 4 5 12 chunks +23 lines, -62 lines 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 1 2 3 4 5 12 chunks +23 lines, -60 lines 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 2 3 4 5 12 chunks +23 lines, -60 lines 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 1 2 3 4 5 12 chunks +22 lines, -62 lines 0 comments Download
M src/heap/heap.h View 1 2 3 4 5 6 1 chunk +0 lines, -3 lines 0 comments Download
M src/heap/heap.cc View 1 2 3 4 5 6 1 chunk +0 lines, -21 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 3 4 5 1 chunk +0 lines, -85 lines 0 comments Download
M src/ic/access-compiler.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M src/ic/arm/access-compiler-arm.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/ic/arm/handler-compiler-arm.cc View 1 2 3 4 3 chunks +6 lines, -12 lines 0 comments Download
M src/ic/arm/ic-arm.cc View 1 2 3 4 3 chunks +22 lines, -32 lines 0 comments Download
M src/ic/arm/ic-compiler-arm.cc View 1 2 1 chunk +0 lines, -102 lines 0 comments Download
M src/ic/arm64/access-compiler-arm64.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/ic/arm64/handler-compiler-arm64.cc View 1 2 3 4 3 chunks +6 lines, -12 lines 0 comments Download
M src/ic/arm64/ic-arm64.cc View 1 2 3 4 4 chunks +17 lines, -26 lines 0 comments Download
M src/ic/arm64/ic-compiler-arm64.cc View 1 2 1 chunk +0 lines, -106 lines 0 comments Download
M src/ic/handler-compiler.cc View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M src/ic/ia32/access-compiler-ia32.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/ic/ia32/handler-compiler-ia32.cc View 1 2 3 4 3 chunks +10 lines, -21 lines 0 comments Download
M src/ic/ia32/ic-compiler-ia32.cc View 1 2 1 chunk +0 lines, -97 lines 0 comments Download
M src/ic/ia32/ic-ia32.cc View 1 2 3 4 6 chunks +29 lines, -60 lines 0 comments Download
M src/ic/ic.h View 1 2 3 4 3 chunks +2 lines, -17 lines 0 comments Download
M src/ic/ic.cc View 1 2 3 4 5 24 chunks +121 lines, -288 lines 0 comments Download
M src/ic/ic-compiler.h View 1 2 3 chunks +0 lines, -26 lines 0 comments Download
M src/ic/ic-compiler.cc View 1 2 5 chunks +0 lines, -135 lines 0 comments Download
M src/ic/ic-inl.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/ic/mips/access-compiler-mips.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/ic/mips/handler-compiler-mips.cc View 1 2 3 4 3 chunks +6 lines, -12 lines 0 comments Download
M src/ic/mips/ic-compiler-mips.cc View 1 2 1 chunk +0 lines, -108 lines 0 comments Download
M src/ic/mips/ic-mips.cc View 1 2 3 4 3 chunks +17 lines, -26 lines 0 comments Download
M src/ic/mips64/access-compiler-mips64.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/ic/mips64/handler-compiler-mips64.cc View 1 2 3 4 3 chunks +6 lines, -12 lines 0 comments Download
M src/ic/mips64/ic-compiler-mips64.cc View 1 2 1 chunk +0 lines, -108 lines 0 comments Download
M src/ic/mips64/ic-mips64.cc View 1 2 3 4 3 chunks +18 lines, -27 lines 0 comments Download
M src/ic/x64/access-compiler-x64.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M src/ic/x64/handler-compiler-x64.cc View 1 2 3 4 3 chunks +11 lines, -22 lines 0 comments Download
M src/ic/x64/ic-compiler-x64.cc View 1 2 1 chunk +0 lines, -104 lines 0 comments Download
M src/ic/x64/ic-x64.cc View 1 2 3 4 6 chunks +20 lines, -41 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 2 3 4 5 1 chunk +0 lines, -67 lines 0 comments Download
M src/mips64/code-stubs-mips64.cc View 1 2 3 4 5 1 chunk +0 lines, -67 lines 0 comments Download
M src/objects.cc View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M src/type-feedback-vector.cc View 1 2 3 4 5 3 chunks +0 lines, -4 lines 0 comments Download
M src/type-info.h View 1 2 3 5 chunks +0 lines, -20 lines 0 comments Download
M src/type-info.cc View 1 2 3 9 chunks +0 lines, -92 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 3 4 5 1 chunk +0 lines, -79 lines 0 comments Download
M test/cctest/compiler/test-run-bytecode-graph-builder.cc View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/interpreter/test-bytecode-generator.cc View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/interpreter/test-interpreter.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-feedback-vector.cc View 5 chunks +23 lines, -55 lines 0 comments Download

Messages

Total messages: 20 (7 generated)
mvstanton
Hi Benedikt, we could land this after another week, if all goes well, thx! --Michael
5 years, 1 month ago (2015-10-30 09:37:20 UTC) #2
Michael Hablich
On 2015/10/30 09:37:20, mvstanton wrote: > Hi Benedikt, we could land this after another week, ...
5 years, 1 month ago (2015-10-30 10:38:43 UTC) #3
mvstanton
Hi Michael, actually we should wait until after, just to have the "safety hatch." I ...
5 years, 1 month ago (2015-10-30 12:20:10 UTC) #4
Benedikt Meurer
LGTM.
5 years, 1 month ago (2015-11-16 08:29:50 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1424153003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1424153003/100001
5 years, 1 month ago (2015-11-17 11:35:02 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/7786)
5 years, 1 month ago (2015-11-17 11:37:38 UTC) #10
Hannes Payer (out of office)
https://codereview.chromium.org/1424153003/diff/100001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/1424153003/diff/100001/src/heap/heap.cc#newcode502 src/heap/heap.cc:502: void Heap::ClearAllKeyedStoreICs() { The heap does not need to ...
5 years, 1 month ago (2015-11-17 12:14:31 UTC) #12
mvstanton
Hi Hannes, can you take a look again? thx, --Mike https://codereview.chromium.org/1424153003/diff/100001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/1424153003/diff/100001/src/heap/heap.cc#newcode502 ...
5 years, 1 month ago (2015-11-17 12:37:46 UTC) #13
Hannes Payer (out of office)
Thanks, LGTM.
5 years, 1 month ago (2015-11-17 13:04:56 UTC) #14
Michael Lippautz
On 2015/11/17 12:37:46, mvstanton wrote: > Hi Hannes, can you take a look again? > ...
5 years, 1 month ago (2015-11-17 13:05:35 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1424153003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1424153003/120001
5 years, 1 month ago (2015-11-17 13:06:58 UTC) #18
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 1 month ago (2015-11-17 13:15:34 UTC) #19
commit-bot: I haz the power
5 years, 1 month ago (2015-11-17 13:16:01 UTC) #20
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/e75e625453b4bf53b60dd620e8c6907a90b20b46
Cr-Commit-Position: refs/heads/master@{#32040}

Powered by Google App Engine
This is Rietveld 408576698