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

Issue 2084913006: [ic] Let LoadGlobalIC load the variable name from TypeFeedbackMetadata. (Closed)

Created:
4 years, 6 months ago by Igor Sheludko
Modified:
4 years, 5 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@fix-load-ic-slow-stub
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[ic] Let LoadGlobalIC load the variable name from TypeFeedbackMetadata. This simplifies the calling convention of LoadGlobalIC. Currently we do a linear search to get the name but I'll address this in a follow-up CL. BUG=chromium:576312 TBR=rossberg@chromium.org Committed: https://crrev.com/cfcb3597fd04dae6063453b3e362d18c627237a5 Cr-Commit-Position: refs/heads/master@{#37253}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+276 lines, -88 lines) Patch
M src/ast/ast.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/builtins.cc View 2 chunks +14 lines, -15 lines 0 comments Download
M src/code-stub-assembler.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M src/ic/ic.cc View 4 chunks +9 lines, -5 lines 0 comments Download
M src/interface-descriptors.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/interface-descriptors.cc View 2 chunks +7 lines, -11 lines 0 comments Download
M src/objects-printer.cc View 3 chunks +43 lines, -1 line 0 comments Download
M src/runtime/runtime.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/runtime/runtime-object.cc View 2 chunks +15 lines, -7 lines 0 comments Download
M src/type-feedback-vector.h View 1 11 chunks +68 lines, -15 lines 0 comments Download
M src/type-feedback-vector.cc View 1 8 chunks +74 lines, -7 lines 0 comments Download
M src/type-feedback-vector-inl.h View 3 chunks +28 lines, -10 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 30 (17 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2084913006/1
4 years, 6 months ago (2016-06-23 16:26:59 UTC) #3
Igor Sheludko
Michael, PTAL. Toon, FYI.
4 years, 6 months ago (2016-06-23 16:30:55 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2084913006/20001
4 years, 6 months ago (2016-06-23 22:22:44 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-23 22:49:22 UTC) #11
mvstanton
LGTM, modulo a few comments. Really cool! https://codereview.chromium.org/2084913006/diff/20001/src/type-feedback-vector.cc File src/type-feedback-vector.cc (right): https://codereview.chromium.org/2084913006/diff/20001/src/type-feedback-vector.cc#newcode121 src/type-feedback-vector.cc:121: Handle<FixedArray> tmp ...
4 years, 6 months ago (2016-06-24 10:04:12 UTC) #12
Igor Sheludko
https://codereview.chromium.org/2084913006/diff/20001/src/type-feedback-vector.cc File src/type-feedback-vector.cc (right): https://codereview.chromium.org/2084913006/diff/20001/src/type-feedback-vector.cc#newcode121 src/type-feedback-vector.cc:121: Handle<FixedArray> tmp = On 2016/06/24 10:04:11, mvstanton wrote: > ...
4 years, 5 months ago (2016-06-24 13:30:50 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2084913006/40001
4 years, 5 months ago (2016-06-24 13:31:06 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-24 13:58:10 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2084913006/40001
4 years, 5 months ago (2016-06-24 14:00:42 UTC) #21
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/17970)
4 years, 5 months ago (2016-06-24 14:04:22 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2084913006/40001
4 years, 5 months ago (2016-06-24 14:06:11 UTC) #26
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 5 months ago (2016-06-24 14:08:19 UTC) #28
commit-bot: I haz the power
4 years, 5 months ago (2016-06-24 14:09:05 UTC) #30
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/cfcb3597fd04dae6063453b3e362d18c627237a5
Cr-Commit-Position: refs/heads/master@{#37253}

Powered by Google App Engine
This is Rietveld 408576698