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

Issue 1664593003: [Interpreter] Adds support for rest parameters to interpreter. (Closed)

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

Description

[Interpreter] Adds support for rest parameters to interpreter. Adds implementation and tests for rest parameters to interpreter. BUG=v8:4280, v8:4683 LOG=N Committed: https://crrev.com/9aa612cb2cd0e056cd1885f450fd4bf35cb1d10d Cr-Commit-Position: refs/heads/master@{#33722}

Patch Set 1 #

Patch Set 2 : updated status files for test262, cctest. #

Patch Set 3 : Fixed failing bytecode-array-builder-unittest #

Total comments: 13

Patch Set 4 : Fixes comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+207 lines, -21 lines) Patch
M src/compiler/bytecode-graph-builder.h View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/bytecode-graph-builder.cc View 1 2 3 1 chunk +10 lines, -4 lines 0 comments Download
M src/interpreter/bytecode-array-builder.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-generator.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 2 chunks +12 lines, -4 lines 0 comments Download
M src/interpreter/bytecodes.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/interpreter/interpreter.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M test/cctest/cctest.status View 1 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/compiler/test-run-bytecode-graph-builder.cc View 2 chunks +47 lines, -0 lines 0 comments Download
M test/cctest/interpreter/test-bytecode-generator.cc View 1 chunk +94 lines, -0 lines 0 comments Download
M test/cctest/interpreter/test-interpreter.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M test/test262/test262.status View 1 1 chunk +0 lines, -7 lines 0 comments Download
M test/unittests/interpreter/bytecode-array-builder-unittest.cc View 1 2 2 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 27 (12 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1664593003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1664593003/20001
4 years, 10 months ago (2016-02-03 11:40:57 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_mac_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel/builds/14904)
4 years, 10 months ago (2016-02-03 11:53:31 UTC) #4
mythria
Michi, could you review changes to bytecode-graph-builder.cc Ross, PTAL. Thanks, Mythri https://codereview.chromium.org/1664593003/diff/40001/src/interpreter/bytecode-array-builder.cc File src/interpreter/bytecode-array-builder.cc (right): ...
4 years, 10 months ago (2016-02-03 12:44:36 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1664593003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1664593003/40001
4 years, 10 months ago (2016-02-03 12:44:51 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-03 13:09:51 UTC) #10
rmcilroy
LGTM with a couple of comments. https://codereview.chromium.org/1664593003/diff/40001/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/1664593003/diff/40001/src/compiler/bytecode-graph-builder.cc#newcode1020 src/compiler/bytecode-graph-builder.cc:1020: CreateArgumentsParameters::Type type, int ...
4 years, 10 months ago (2016-02-03 14:00:56 UTC) #11
Michael Starzinger
LGTM on "compiler".
4 years, 10 months ago (2016-02-03 15:19:30 UTC) #12
mythria
Thanks, fixed all nits. https://codereview.chromium.org/1664593003/diff/40001/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/1664593003/diff/40001/src/compiler/bytecode-graph-builder.cc#newcode1020 src/compiler/bytecode-graph-builder.cc:1020: CreateArgumentsParameters::Type type, int index) { ...
4 years, 10 months ago (2016-02-03 15:56:16 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1664593003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1664593003/60001
4 years, 10 months ago (2016-02-03 15:58:59 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_win_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_rel_ng/builds/2291)
4 years, 10 months ago (2016-02-03 16:01:27 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1664593003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1664593003/60001
4 years, 10 months ago (2016-02-04 09:06:44 UTC) #19
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-04 09:28:58 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1664593003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1664593003/60001
4 years, 10 months ago (2016-02-04 09:53:01 UTC) #24
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 10 months ago (2016-02-04 10:02:38 UTC) #25
commit-bot: I haz the power
4 years, 10 months ago (2016-02-04 10:03:22 UTC) #27
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/9aa612cb2cd0e056cd1885f450fd4bf35cb1d10d
Cr-Commit-Position: refs/heads/master@{#33722}

Powered by Google App Engine
This is Rietveld 408576698