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

Issue 2729143002: [compiler] Simplify paramerters for spread call. (Closed)

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

Description

[compiler] Simplify paramerters for spread call. The parameters for ConstructWithSpread and CallWithSpread both contain the arity for JavaScript calls with a spread as the last parameter and have the same functionality. Simplify them as one parameter. BUG= Review-Url: https://codereview.chromium.org/2729143002 Cr-Commit-Position: refs/heads/master@{#43581} Committed: https://chromium.googlesource.com/v8/v8/+/c41e20fcb58c636eadbe445679c0faf8f9ecbb75

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -78 lines) Patch
M src/compiler/js-call-reducer.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M src/compiler/js-operator.h View 1 3 chunks +12 lines, -36 lines 0 comments Download
M src/compiler/js-operator.cc View 1 4 chunks +14 lines, -36 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 15 (9 generated)
Franzi
PTAL
3 years, 9 months ago (2017-03-03 10:33:18 UTC) #6
Benedikt Meurer
lgtm
3 years, 9 months ago (2017-03-03 11:39:38 UTC) #7
petermarshall
lgtm https://codereview.chromium.org/2729143002/diff/1/src/compiler/js-operator.cc File src/compiler/js-operator.cc (right): https://codereview.chromium.org/2729143002/diff/1/src/compiler/js-operator.cc#newcode99 src/compiler/js-operator.cc:99: DCHECK(IrOpcode::kJSConstructWithSpread == op->opcode() || I think the convention ...
3 years, 9 months ago (2017-03-03 11:41:10 UTC) #8
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/2729143002/20001
3 years, 9 months ago (2017-03-03 11:49:56 UTC) #11
Franzi
https://codereview.chromium.org/2729143002/diff/1/src/compiler/js-operator.cc File src/compiler/js-operator.cc (right): https://codereview.chromium.org/2729143002/diff/1/src/compiler/js-operator.cc#newcode99 src/compiler/js-operator.cc:99: DCHECK(IrOpcode::kJSConstructWithSpread == op->opcode() || On 2017/03/03 11:41:10, petermarshall wrote: ...
3 years, 9 months ago (2017-03-03 11:50:27 UTC) #12
commit-bot: I haz the power
3 years, 9 months ago (2017-03-03 12:16:10 UTC) #15
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/c41e20fcb58c636eadbe445679c0faf8f9e...

Powered by Google App Engine
This is Rietveld 408576698