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

Issue 2341743003: [interpreter] Inline FastCloneShallowArrayStub into bytecode handler (Closed)

Created:
4 years, 3 months ago by klaasb
Modified:
4 years, 3 months ago
CC:
v8-reviews_googlegroups.com, rmcilroy
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[interpreter] Inline FastCloneShallowArrayStub into bytecode handler The CreateArrayLiteral bytecode handler now directly inlines the FastCloneShallowArrayStub. BUG=v8:4280 Committed: https://crrev.com/5deb0bc15788e2d553a720ce53b1ab3401823779 Cr-Commit-Position: refs/heads/master@{#39562}

Patch Set 1 #

Patch Set 2 : fix must_use_runtime #

Patch Set 3 : compile issues #

Total comments: 13

Patch Set 4 : comments from Ross #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -51 lines) Patch
M src/code-stubs.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/code-stubs.cc View 1 2 3 4 4 chunks +22 lines, -24 lines 0 comments Download
M src/interpreter/bytecode-flags.h View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-flags.cc View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 2 3 4 1 chunk +7 lines, -1 line 0 comments Download
M src/interpreter/interpreter.cc View 1 2 3 4 1 chunk +36 lines, -10 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/ArrayLiterals.golden View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/ArrayLiteralsWide.golden View 2 3 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/interpreter/bytecode_expectations/CallRuntime.golden View 2 3 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/interpreter/bytecode_expectations/CountOperators.golden View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/interpreter/bytecode_expectations/ForIn.golden View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/ForOf.golden View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/Generators.golden View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 28 (19 generated)
klaasb
4 years, 3 months ago (2016-09-15 15:10:43 UTC) #10
rmcilroy
Nice, LGTM once comments are addressed. https://codereview.chromium.org/2341743003/diff/40001/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/2341743003/diff/40001/src/code-stubs.cc#newcode5708 src/code-stubs.cc:5708: AllocationSiteMode allocation_site_mode, nit ...
4 years, 3 months ago (2016-09-16 08:52:27 UTC) #12
klaasb
https://codereview.chromium.org/2341743003/diff/40001/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/2341743003/diff/40001/src/code-stubs.cc#newcode5708 src/code-stubs.cc:5708: AllocationSiteMode allocation_site_mode, On 2016/09/16 08:52:26, rmcilroy wrote: > nit ...
4 years, 3 months ago (2016-09-19 13:53:58 UTC) #13
Michael Starzinger
LGTM modulo one comment, adding Enrico about this. https://codereview.chromium.org/2341743003/diff/40001/src/interpreter/interpreter.cc File src/interpreter/interpreter.cc (right): https://codereview.chromium.org/2341743003/diff/40001/src/interpreter/interpreter.cc#newcode1884 src/interpreter/interpreter.cc:1884: __ ...
4 years, 3 months ago (2016-09-19 15:15:16 UTC) #15
epertoso
https://codereview.chromium.org/2341743003/diff/40001/src/interpreter/interpreter.cc File src/interpreter/interpreter.cc (right): https://codereview.chromium.org/2341743003/diff/40001/src/interpreter/interpreter.cc#newcode1884 src/interpreter/interpreter.cc:1884: __ BitFieldDecode<CreateArrayLiteralFlags::MustUseRuntimeBit>( On 2016/09/19 15:15:16, Michael Starzinger wrote: > ...
4 years, 3 months ago (2016-09-20 11:54:34 UTC) #16
klaasb
https://codereview.chromium.org/2341743003/diff/40001/src/interpreter/interpreter.cc File src/interpreter/interpreter.cc (right): https://codereview.chromium.org/2341743003/diff/40001/src/interpreter/interpreter.cc#newcode1884 src/interpreter/interpreter.cc:1884: __ BitFieldDecode<CreateArrayLiteralFlags::MustUseRuntimeBit>( On 2016/09/20 11:54:33, epertoso wrote: > On ...
4 years, 3 months ago (2016-09-20 18:01:28 UTC) #21
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/2341743003/80001
4 years, 3 months ago (2016-09-20 18:01:48 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 3 months ago (2016-09-20 18:04:27 UTC) #26
commit-bot: I haz the power
4 years, 3 months ago (2016-09-20 18:05:02 UTC) #28
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/5deb0bc15788e2d553a720ce53b1ab3401823779
Cr-Commit-Position: refs/heads/master@{#39562}

Powered by Google App Engine
This is Rietveld 408576698