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

Issue 2561103003: [Turbofan] Add CallConstructWithSpread JSOperator. (Closed)

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

Description

[Turbofan] Add CallConstructWithSpread JSOperator. Add the operator in preparation for actual perf work. The operator is replaced by the same runtime call as before, during lowering. The CallConstructWithSpreadParameters is a bit silly at the moment, but will hold more once we add feedback. BUG=v8:5659 Committed: https://crrev.com/291ab70f4bcfd4f95f53a497583da3906b9679fd Cr-Commit-Position: refs/heads/master@{#41636}

Patch Set 1 #

Patch Set 2 : Add line spaces back that auto-format zapped #

Patch Set 3 : Fix potential evaluation order issue too #

Total comments: 1

Patch Set 4 : Add line spaces back that auto-format zapped #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -3 lines) Patch
M src/compiler/bytecode-graph-builder.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/compiler/js-operator.h View 2 chunks +26 lines, -0 lines 0 comments Download
M src/compiler/js-operator.cc View 2 chunks +32 lines, -0 lines 0 comments Download
M src/compiler/opcodes.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/operator-properties.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/typer.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/compiler/verifier.cc View 1 chunk +1 line, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 18 (10 generated)
petermarshall
PTAL (after the weekend :))
4 years ago (2016-12-09 15:20:38 UTC) #7
Benedikt Meurer
LGTM % CL separation. https://codereview.chromium.org/2561103003/diff/40001/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): https://codereview.chromium.org/2561103003/diff/40001/src/interpreter/bytecode-generator.cc#newcode2521 src/interpreter/bytecode-generator.cc:2521: VisitArguments(args, args_regs, 2); You are ...
4 years ago (2016-12-11 18:04:07 UTC) #8
petermarshall
On 2016/12/11 at 18:04:07, bmeurer wrote: > LGTM % CL separation. > > https://codereview.chromium.org/2561103003/diff/40001/src/interpreter/bytecode-generator.cc > ...
4 years ago (2016-12-12 08:12:25 UTC) #9
Benedikt Meurer
Thanks, LGTM.
4 years ago (2016-12-12 08:22:35 UTC) #10
rmcilroy
lgtm
4 years ago (2016-12-12 10:18:33 UTC) #11
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/2561103003/60001
4 years ago (2016-12-12 10:19:10 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years ago (2016-12-12 10:44:24 UTC) #16
commit-bot: I haz the power
4 years ago (2016-12-12 10:44:42 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/291ab70f4bcfd4f95f53a497583da3906b9679fd
Cr-Commit-Position: refs/heads/master@{#41636}

Powered by Google App Engine
This is Rietveld 408576698