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

Issue 2238853002: [Interpreter] Remove LdaConstant+ToName peephole optimization. (Closed)

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

Description

[Interpreter] Remove LdaConstant+ToName peephole optimization. This optimization required access to the heap which we can't do off-thread. There doesn't seem to be a regression without this optmization in anycase, so just rip it out. BUG=v8:5203 Committed: https://crrev.com/cda8387c89956609789f9b811836bb0714e9da93 Cr-Commit-Position: refs/heads/master@{#38585}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -94 lines) Patch
M src/interpreter/bytecode-array-builder.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/interpreter/bytecode-peephole-optimizer.h View 1 3 chunks +1 line, -7 lines 0 comments Download
M src/interpreter/bytecode-peephole-optimizer.cc View 1 4 chunks +1 line, -24 lines 0 comments Download
M src/interpreter/bytecode-peephole-table.h View 1 chunk +11 lines, -12 lines 0 comments Download
M src/interpreter/mkpeephole.cc View 1 chunk +2 lines, -7 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/ObjectLiterals.golden View 2 chunks +2 lines, -2 lines 0 comments Download
M test/unittests/interpreter/bytecode-peephole-optimizer-unittest.cc View 1 4 chunks +1 line, -38 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 15 (8 generated)
rmcilroy
Klaas / Michi, PTAL thanks.
4 years, 4 months ago (2016-08-11 10:17:49 UTC) #4
klaasb
lgtm
4 years, 4 months ago (2016-08-11 10:48:00 UTC) #5
Michael Starzinger
LGTM, just nits. https://codereview.chromium.org/2238853002/diff/1/src/interpreter/bytecode-peephole-optimizer.cc File src/interpreter/bytecode-peephole-optimizer.cc (right): https://codereview.chromium.org/2238853002/diff/1/src/interpreter/bytecode-peephole-optimizer.cc#newcode7 src/interpreter/bytecode-peephole-optimizer.cc:7: #include "src/interpreter/constant-array-builder.h" nit: Header file inclusion ...
4 years, 4 months ago (2016-08-11 13:19:15 UTC) #8
rmcilroy
https://codereview.chromium.org/2238853002/diff/1/src/interpreter/bytecode-peephole-optimizer.cc File src/interpreter/bytecode-peephole-optimizer.cc (right): https://codereview.chromium.org/2238853002/diff/1/src/interpreter/bytecode-peephole-optimizer.cc#newcode7 src/interpreter/bytecode-peephole-optimizer.cc:7: #include "src/interpreter/constant-array-builder.h" On 2016/08/11 13:19:14, Michael Starzinger wrote: > ...
4 years, 4 months ago (2016-08-11 14:46:17 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/2238853002/20001
4 years, 4 months ago (2016-08-11 14:46:31 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-11 15:11:42 UTC) #13
commit-bot: I haz the power
4 years, 4 months ago (2016-08-11 15:12:01 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/cda8387c89956609789f9b811836bb0714e9da93
Cr-Commit-Position: refs/heads/master@{#38585}

Powered by Google App Engine
This is Rietveld 408576698