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

Issue 2107193002: [ic] Initialize feedback slots for LoadGlobalIC in Runtime::kDeclareGlobals when possible to ... (Closed)

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

Description

[ic] Initialize feedback slots for LoadGlobalIC in Runtime::kDeclareGlobals when possible to avoid misses. BUG=chromium:576312 Committed: https://crrev.com/b9a7b28163d0e5b86e2d750109b897654057197a Cr-Commit-Position: refs/heads/master@{#37709}

Patch Set 1 #

Patch Set 2 : fix ports #

Patch Set 3 : Fixing ports #

Patch Set 4 : Rebasing on top of Issue 2127583002 Patch 60001 #

Patch Set 5 : Rebasing on top of Issue 2127583002 Patch 120001 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+263 lines, -129 lines) Patch
M src/compiler/ast-graph-builder.cc View 3 chunks +12 lines, -4 lines 0 comments Download
M src/crankshaft/arm/lithium-codegen-arm.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/crankshaft/arm64/lithium-codegen-arm64.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/crankshaft/hydrogen.cc View 3 chunks +10 lines, -4 lines 0 comments Download
M src/crankshaft/hydrogen-instructions.h View 2 chunks +10 lines, -6 lines 0 comments Download
M src/crankshaft/ia32/lithium-codegen-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/crankshaft/mips/lithium-codegen-mips.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/crankshaft/mips64/lithium-codegen-mips64.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/crankshaft/ppc/lithium-codegen-ppc.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/crankshaft/s390/lithium-codegen-s390.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/crankshaft/x64/lithium-codegen-x64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/crankshaft/x87/lithium-codegen-x87.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/full-codegen/arm/full-codegen-arm.cc View 1 2 3 chunks +10 lines, -5 lines 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 1 2 3 chunks +10 lines, -5 lines 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 1 2 3 chunks +10 lines, -4 lines 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 1 2 3 chunks +10 lines, -5 lines 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 2 3 chunks +10 lines, -5 lines 0 comments Download
M src/full-codegen/ppc/full-codegen-ppc.cc View 1 2 3 chunks +10 lines, -5 lines 0 comments Download
M src/full-codegen/s390/full-codegen-s390.cc View 1 2 3 chunks +10 lines, -5 lines 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 3 chunks +10 lines, -4 lines 0 comments Download
M src/full-codegen/x87/full-codegen-x87.cc View 1 2 3 chunks +10 lines, -4 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 3 chunks +16 lines, -6 lines 0 comments Download
M src/objects-printer.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/runtime/runtime.h View 1 chunk +23 lines, -22 lines 0 comments Download
M src/runtime/runtime-scopes.cc View 7 chunks +69 lines, -32 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden View 4 chunks +14 lines, -10 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden View 1 chunk +3 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 42 (22 generated)
Igor Sheludko
PTAL
4 years, 5 months ago (2016-06-29 16:24:55 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2107193002/40001
4 years, 5 months ago (2016-06-29 16:25:16 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_arm_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm_rel_ng/builds/4104) v8_linux_mips64el_compile_rel on ...
4 years, 5 months ago (2016-06-29 16:29:01 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2107193002/60001
4 years, 5 months ago (2016-06-29 17:00:35 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_arm_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm_rel_ng/builds/4110) v8_linux_arm_rel_ng_triggered on ...
4 years, 5 months ago (2016-06-29 17:24:44 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2107193002/80001
4 years, 5 months ago (2016-06-30 11:10:40 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-30 11:59:08 UTC) #18
Toon Verwaest
It would be nice to make AddSlowProperty with nicer with the LookupIterator first. We probably ...
4 years, 5 months ago (2016-06-30 15:04:47 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2107193002/120001
4 years, 5 months ago (2016-07-05 14:08:59 UTC) #22
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_nodcheck_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_nodcheck_rel_ng/builds/4454) v8_linux_nodcheck_rel_ng_triggered on ...
4 years, 5 months ago (2016-07-05 14:28:50 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2107193002/140001
4 years, 5 months ago (2016-07-06 10:58:23 UTC) #26
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-07-06 11:26:51 UTC) #28
Toon Verwaest
lgtm
4 years, 5 months ago (2016-07-13 11:07:19 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2107193002/140001
4 years, 5 months ago (2016-07-13 11:08:09 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/19326)
4 years, 5 months ago (2016-07-13 11:12:20 UTC) #33
Benedikt Meurer
LGTM on compiler.
4 years, 5 months ago (2016-07-13 11:17:00 UTC) #35
rmcilroy
LGTM on interpreter.
4 years, 5 months ago (2016-07-13 11:19:30 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2107193002/140001
4 years, 5 months ago (2016-07-13 11:20:19 UTC) #38
commit-bot: I haz the power
Committed patchset #5 (id:140001)
4 years, 5 months ago (2016-07-13 11:32:42 UTC) #40
commit-bot: I haz the power
4 years, 5 months ago (2016-07-13 11:34:36 UTC) #42
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/b9a7b28163d0e5b86e2d750109b897654057197a
Cr-Commit-Position: refs/heads/master@{#37709}

Powered by Google App Engine
This is Rietveld 408576698