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

Issue 1370303004: Distinction between FeedbackVectorICSlot and FeedbackVectorSlot eliminated. (Closed)

Created:
5 years, 2 months ago by Igor Sheludko
Modified:
5 years, 2 months 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

Distinction between FeedbackVectorICSlot and FeedbackVectorSlot eliminated. This CL also allows to use arbitrary number of feedback vector elements for particular slot kind. Committed: https://crrev.com/90998947bc8c6d7ecee45dfede2a063746e20381 Cr-Commit-Position: refs/heads/master@{#31050}

Patch Set 1 : #

Total comments: 11

Patch Set 2 : Addressed comments #

Patch Set 3 : Fixed release builds #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1121 lines, -1098 lines) Patch
M src/arm/lithium-codegen-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ast.h View 1 30 chunks +57 lines, -72 lines 0 comments Download
M src/ast.cc View 1 14 chunks +20 lines, -25 lines 0 comments Download
M src/ast-numbering.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/compiler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/compiler/ast-graph-builder.h View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/ast-graph-builder.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/compiler/js-operator.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/compiler/js-operator.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/js-type-feedback.h View 2 chunks +9 lines, -11 lines 0 comments Download
M src/compiler/js-type-feedback.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M src/debug/debug.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/factory.h View 1 2 chunks +0 lines, -6 lines 0 comments Download
M src/factory.cc View 2 chunks +1 line, -12 lines 0 comments Download
M src/full-codegen/arm/full-codegen-arm.cc View 5 chunks +7 lines, -6 lines 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 5 chunks +7 lines, -6 lines 0 comments Download
M src/full-codegen/full-codegen.h View 4 chunks +5 lines, -10 lines 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 5 chunks +7 lines, -6 lines 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 5 chunks +7 lines, -6 lines 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 5 chunks +7 lines, -6 lines 0 comments Download
M src/full-codegen/ppc/full-codegen-ppc.cc View 5 chunks +7 lines, -6 lines 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 5 chunks +7 lines, -6 lines 0 comments Download
M src/full-codegen/x87/full-codegen-x87.cc View 5 chunks +7 lines, -6 lines 0 comments Download
M src/globals.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/heap/heap.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/heap/heap.cc View 1 1 chunk +23 lines, -11 lines 0 comments Download
M src/heap/heap-inl.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/hydrogen.h View 5 chunks +11 lines, -11 lines 0 comments Download
M src/hydrogen.cc View 12 chunks +13 lines, -15 lines 0 comments Download
M src/hydrogen-instructions.h View 19 chunks +22 lines, -29 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ic/arm/ic-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ic/arm64/ic-arm64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ic/ia32/ic-ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ic/ic.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ic/ic.cc View 9 chunks +9 lines, -9 lines 0 comments Download
M src/ic/mips/ic-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ic/mips64/ic-mips64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ic/ppc/ic-ppc.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ic/x64/ic-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ic/x87/ic-x87.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/interpreter/bytecode-generator.h View 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/bytecode-generator.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips64/lithium-codegen-mips64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/objects.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/objects-printer.cc View 1 1 chunk +42 lines, -48 lines 0 comments Download
M src/ppc/lithium-codegen-ppc.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/prettyprinter.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M src/type-feedback-vector.h View 1 14 chunks +154 lines, -137 lines 0 comments Download
M src/type-feedback-vector.cc View 1 2 9 chunks +78 lines, -104 lines 0 comments Download
M src/type-feedback-vector-inl.h View 1 7 chunks +47 lines, -49 lines 0 comments Download
M src/type-info.h View 5 chunks +14 lines, -15 lines 0 comments Download
M src/type-info.cc View 14 chunks +16 lines, -36 lines 0 comments Download
M src/typing.cc View 5 chunks +5 lines, -6 lines 0 comments Download
M src/utils.h View 2 chunks +9 lines, -19 lines 0 comments Download
M src/utils.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x87/lithium-codegen-x87.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/interpreter/test-bytecode-generator.cc View 1 2 18 chunks +126 lines, -118 lines 0 comments Download
M test/cctest/interpreter/test-interpreter.cc View 13 chunks +34 lines, -29 lines 0 comments Download
M test/cctest/test-compiler.cc View 2 chunks +4 lines, -11 lines 0 comments Download
A test/cctest/test-feedback-vector.h View 1 chunk +45 lines, -0 lines 0 comments Download
M test/cctest/test-feedback-vector.cc View 1 13 chunks +230 lines, -185 lines 0 comments Download
M test/cctest/test-heap.cc View 7 chunks +18 lines, -14 lines 0 comments Download

Messages

Total messages: 24 (14 generated)
Igor Sheludko
PTAL https://codereview.chromium.org/1370303004/diff/170001/src/heap/heap.cc File src/heap/heap.cc (left): https://codereview.chromium.org/1370303004/diff/170001/src/heap/heap.cc#oldcode2731 src/heap/heap.cc:2731: dummy_vector->Set(FeedbackVectorICSlot(0), I guess we wanted to use FeedbackVectorICSlot(i) ...
5 years, 2 months ago (2015-09-30 16:30:56 UTC) #11
Igor Sheludko
Michi, PTAL at heap and TurboFan parts.
5 years, 2 months ago (2015-10-01 07:39:15 UTC) #13
Michael Starzinger
LGTM for heap, factory and compiler. Didn't look at the rest.
5 years, 2 months ago (2015-10-01 08:36:43 UTC) #14
mvstanton
Thanks Igor this is great. A couple of nits and one main issue... https://codereview.chromium.org/1370303004/diff/170001/src/ast.h File ...
5 years, 2 months ago (2015-10-01 10:24:31 UTC) #15
Igor Sheludko
Thanks for the comments! https://codereview.chromium.org/1370303004/diff/170001/src/ast.h File src/ast.h (right): https://codereview.chromium.org/1370303004/diff/170001/src/ast.h#newcode2388 src/ast.h:2388: FeedbackVectorSlot yield_first_feedback_slot_; On 2015/10/01 10:24:31, ...
5 years, 2 months ago (2015-10-01 12:46:30 UTC) #17
mvstanton
Really great, LGTM!
5 years, 2 months ago (2015-10-01 13:35:52 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1370303004/230001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1370303004/230001
5 years, 2 months ago (2015-10-01 13:45:44 UTC) #21
commit-bot: I haz the power
Committed patchset #3 (id:230001)
5 years, 2 months ago (2015-10-01 13:48:11 UTC) #22
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/90998947bc8c6d7ecee45dfede2a063746e20381 Cr-Commit-Position: refs/heads/master@{#31050}
5 years, 2 months ago (2015-10-01 13:48:30 UTC) #23
Michael Achenbach
5 years, 2 months ago (2015-10-01 14:34:57 UTC) #24
Message was sent while issue was closed.
Breaks vector stores. I don't revert. Fix later is ok.

Powered by Google App Engine
This is Rietveld 408576698