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

Issue 2237553004: Use IsPropertyName instead of IsInternalizedString in VisitObjectLiteral. (Closed)

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

Description

Use IsPropertyName instead of IsInternalizedString in VisitObjectLiteral. Use IsPropertyName in VisitObjectLiteral to decide whether to do a named property store or call SetProperty. BUG=v8:5203 Committed: https://crrev.com/51e9d5ad2a75a08fc9d9349d35718f50ef099bb3 Cr-Commit-Position: refs/heads/master@{#38577}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -20 lines) Patch
M src/compiler/ast-graph-builder.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/hydrogen.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/arm/full-codegen-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/ppc/full-codegen-ppc.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/s390/full-codegen-s390.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/bytecode-generator.cc View 4 chunks +6 lines, -10 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 14 (7 generated)
rmcilroy
Toon / Benedikt, I believe IsProperyName gives the same result as IsInternalizedString in this situation, ...
4 years, 4 months ago (2016-08-11 07:48:37 UTC) #6
Toon Verwaest
This will force a runtime call for {["1"]:...} whereas the keyed store IC could convert ...
4 years, 4 months ago (2016-08-11 08:40:12 UTC) #7
rmcilroy
On 2016/08/11 08:40:12, Toon Verwaest wrote: > This will force a runtime call for {["1"]:...} ...
4 years, 4 months ago (2016-08-11 09:07:21 UTC) #8
Benedikt Meurer
lgtm
4 years, 4 months ago (2016-08-11 12:40:46 UTC) #9
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/2237553004/1
4 years, 4 months ago (2016-08-11 12:50:35 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 4 months ago (2016-08-11 12:52:18 UTC) #12
commit-bot: I haz the power
4 years, 4 months ago (2016-08-11 12:52:43 UTC) #14
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/51e9d5ad2a75a08fc9d9349d35718f50ef099bb3
Cr-Commit-Position: refs/heads/master@{#38577}

Powered by Google App Engine
This is Rietveld 408576698