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

Issue 2216023003: [interpreter] Add register output to ObjectLiteral (Closed)

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

Description

[interpreter] Add register output to ObjectLiteral Avoids the always generated Star bytecodes after ObjectLiteral. BUG=v4:4820 LOG=n Committed: https://crrev.com/6c9ef89540f027a625d9d7f87f483f868ba45283 Cr-Commit-Position: refs/heads/master@{#38480}

Patch Set 1 #

Total comments: 4

Patch Set 2 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -117 lines) Patch
M src/compiler/bytecode-graph-builder.cc View 1 2 chunks +7 lines, -3 lines 0 comments Download
M src/interpreter/bytecode-array-builder.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M src/interpreter/bytecodes.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/interpreter/interpreter.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden View 2 chunks +4 lines, -6 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/CountOperators.golden View 4 chunks +8 lines, -12 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/Delete.golden View 4 chunks +9 lines, -12 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/ForIn.golden View 1 chunk +2 lines, -3 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/ForOf.golden View 1 chunk +2 lines, -3 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/ObjectLiterals.golden View 16 chunks +33 lines, -52 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/ObjectLiteralsWide.golden View 2 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden View 2 chunks +2 lines, -3 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/WithStatement.golden View 1 chunk +3 lines, -3 lines 0 comments Download
M test/unittests/interpreter/bytecode-array-builder-unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/unittests/interpreter/bytecode-decoder-unittest.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M test/unittests/interpreter/bytecodes-unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 19 (9 generated)
klaasb
4 years, 4 months ago (2016-08-08 10:01:56 UTC) #2
rmcilroy
LGTM, thanks. https://codereview.chromium.org/2216023003/diff/1/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/2216023003/diff/1/src/compiler/bytecode-graph-builder.cc#newcode963 src/compiler/bytecode-graph-builder.cc:963: FrameStateBeforeAndAfter states(this); nit - move this to ...
4 years, 4 months ago (2016-08-08 11:40:45 UTC) #3
klaasb
https://codereview.chromium.org/2216023003/diff/1/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/2216023003/diff/1/src/compiler/bytecode-graph-builder.cc#newcode963 src/compiler/bytecode-graph-builder.cc:963: FrameStateBeforeAndAfter states(this); On 2016/08/08 11:40:45, rmcilroy wrote: > nit ...
4 years, 4 months ago (2016-08-09 08:49:07 UTC) #4
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/2216023003/20001
4 years, 4 months ago (2016-08-09 08:49:26 UTC) #7
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/21363)
4 years, 4 months ago (2016-08-09 08:52:55 UTC) #9
klaasb
Hi Michi, could you take a short look at the bytecode-graph-builder, please.
4 years, 4 months ago (2016-08-09 09:35:14 UTC) #12
Michael Starzinger
LGTM.
4 years, 4 months ago (2016-08-09 09:46:26 UTC) #13
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/2216023003/20001
4 years, 4 months ago (2016-08-09 09:59:26 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-09 10:30:13 UTC) #17
commit-bot: I haz the power
4 years, 4 months ago (2016-08-09 10:30:37 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/6c9ef89540f027a625d9d7f87f483f868ba45283
Cr-Commit-Position: refs/heads/master@{#38480}

Powered by Google App Engine
This is Rietveld 408576698