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

Issue 1234383002: Remove obsolete %CallSuperWithSpread intrinsic. (Closed)

Created:
5 years, 5 months ago by Michael Starzinger
Modified:
5 years, 5 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@local_turbofan-super-4
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Remove obsolete %CallSuperWithSpread intrinsic. The aforementioned intrinsic is no longer needed and can be fully desugared now that binding assignments to 'this' are explicit. R=rossberg@chromium.org Committed: https://crrev.com/0dcba070a974f23f7ff822e61816a3e2f8fa75ef Cr-Commit-Position: refs/heads/master@{#29706}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Rebased #

Patch Set 3 : Ported to all architectures. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -320 lines) Patch
M src/arm/full-codegen-arm.cc View 1 2 1 chunk +0 lines, -38 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 2 1 chunk +0 lines, -37 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/full-codegen.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 1 chunk +0 lines, -37 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 2 1 chunk +0 lines, -38 lines 0 comments Download
M src/mips64/full-codegen-mips64.cc View 1 2 1 chunk +0 lines, -38 lines 0 comments Download
M src/parser.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M src/ppc/full-codegen-ppc.cc View 1 2 1 chunk +0 lines, -38 lines 0 comments Download
M src/runtime/runtime.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/runtime/runtime-classes.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 1 chunk +0 lines, -37 lines 0 comments Download
M src/x87/full-codegen-x87.cc View 1 2 1 chunk +0 lines, -37 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 14 (3 generated)
Michael Starzinger
Andreas: PTAL. Adam, Caitlin: FYI.
5 years, 5 months ago (2015-07-16 11:42:15 UTC) #2
caitp (gmail)
https://codereview.chromium.org/1234383002/diff/1/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1234383002/diff/1/src/parser.cc#newcode5940 src/parser.cc:5940: args->InsertAt(0, get_prototype, zone()); Don't you need to also initialize ...
5 years, 5 months ago (2015-07-16 11:47:19 UTC) #3
rossberg
https://codereview.chromium.org/1234383002/diff/1/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1234383002/diff/1/src/parser.cc#newcode5940 src/parser.cc:5940: args->InsertAt(0, get_prototype, zone()); On 2015/07/16 11:47:19, caitp wrote: > ...
5 years, 5 months ago (2015-07-16 11:59:35 UTC) #4
caitp (gmail)
https://codereview.chromium.org/1234383002/diff/1/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1234383002/diff/1/src/parser.cc#newcode5940 src/parser.cc:5940: args->InsertAt(0, get_prototype, zone()); On 2015/07/16 11:59:34, rossberg wrote: > ...
5 years, 5 months ago (2015-07-16 12:08:15 UTC) #5
rossberg
https://codereview.chromium.org/1234383002/diff/1/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1234383002/diff/1/src/parser.cc#newcode5940 src/parser.cc:5940: args->InsertAt(0, get_prototype, zone()); On 2015/07/16 12:08:14, caitp wrote: > ...
5 years, 5 months ago (2015-07-16 12:11:23 UTC) #6
rossberg
LGTM
5 years, 5 months ago (2015-07-16 12:11:48 UTC) #7
Michael Starzinger
https://codereview.chromium.org/1234383002/diff/1/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1234383002/diff/1/src/parser.cc#newcode5940 src/parser.cc:5940: args->InsertAt(0, get_prototype, zone()); On 2015/07/16 11:47:19, caitp wrote: > ...
5 years, 5 months ago (2015-07-16 12:11:48 UTC) #8
Michael Starzinger
Ported to all architectures. Landing. https://codereview.chromium.org/1234383002/diff/1/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1234383002/diff/1/src/parser.cc#newcode5940 src/parser.cc:5940: args->InsertAt(0, get_prototype, zone()); On ...
5 years, 5 months ago (2015-07-16 14:58:44 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1234383002/40001
5 years, 5 months ago (2015-07-16 15:05:40 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 5 months ago (2015-07-16 15:07:52 UTC) #13
commit-bot: I haz the power
5 years, 5 months ago (2015-07-16 15:08:13 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/0dcba070a974f23f7ff822e61816a3e2f8fa75ef
Cr-Commit-Position: refs/heads/master@{#29706}

Powered by Google App Engine
This is Rietveld 408576698