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

Issue 2525233003: [fullcodegen] Remove deprecated support for super calls. (Closed)

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

Description

[fullcodegen] Remove deprecated support for super constructor calls. All super constructor calls go through the ignition + turbofan pipeline, so this is dead code. BUG=v8:5657 Committed: https://crrev.com/0a1dcadd0529c4fe51ff913d4376807cb9de8328 Cr-Commit-Position: refs/heads/master@{#41313}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove stuff in ast graph builder too #

Patch Set 3 : rebase to master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -416 lines) Patch
M src/compiler/ast-graph-builder.cc View 1 2 2 chunks +1 line, -30 lines 0 comments Download
M src/full-codegen/arm/full-codegen-arm.cc View 1 2 1 chunk +0 lines, -43 lines 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 1 2 1 chunk +0 lines, -44 lines 0 comments Download
M src/full-codegen/full-codegen.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/full-codegen/full-codegen.cc View 1 2 chunks +1 line, -3 lines 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 1 2 1 chunk +0 lines, -41 lines 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 1 2 1 chunk +0 lines, -43 lines 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 2 1 chunk +0 lines, -43 lines 0 comments Download
M src/full-codegen/ppc/full-codegen-ppc.cc View 1 2 1 chunk +0 lines, -43 lines 0 comments Download
M src/full-codegen/s390/full-codegen-s390.cc View 1 2 1 chunk +0 lines, -42 lines 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 1 2 1 chunk +0 lines, -42 lines 0 comments Download
M src/full-codegen/x87/full-codegen-x87.cc View 1 2 1 chunk +0 lines, -41 lines 0 comments Download

Messages

Total messages: 28 (18 generated)
petermarshall
PTAL :)
4 years ago (2016-11-24 10:00:15 UTC) #7
Benedikt Meurer
Very nice, LGTM. Probably needs to wait for a "good to go" from Ross (clusterfuzz ...
4 years ago (2016-11-24 10:03:32 UTC) #9
rmcilroy
Could you also remove the relevant code from ASTGraphBuilder which should also never see this ...
4 years ago (2016-11-24 18:13:05 UTC) #10
petermarshall
On 2016/11/24 at 18:13:05, rmcilroy wrote: > Could you also remove the relevant code from ...
4 years ago (2016-11-28 09:18:50 UTC) #17
petermarshall
PTAL for ast-graph-builder.cc :) https://codereview.chromium.org/2525233003/diff/1/src/full-codegen/full-codegen.cc File src/full-codegen/full-codegen.cc (right): https://codereview.chromium.org/2525233003/diff/1/src/full-codegen/full-codegen.cc#newcode1705 src/full-codegen/full-codegen.cc:1705: UNREACHABLE(); On 2016/11/24 at 18:13:04, ...
4 years ago (2016-11-28 09:19:27 UTC) #18
Benedikt Meurer
LGTM! Thanks!
4 years ago (2016-11-28 09:19:58 UTC) #19
rmcilroy
LGTM, thanks!
4 years ago (2016-11-28 12:21:29 UTC) #22
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/2525233003/40001
4 years ago (2016-11-28 12:22:21 UTC) #24
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-11-28 12:24:01 UTC) #26
commit-bot: I haz the power
4 years ago (2016-11-28 12:24:16 UTC) #28
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/0a1dcadd0529c4fe51ff913d4376807cb9de8328
Cr-Commit-Position: refs/heads/master@{#41313}

Powered by Google App Engine
This is Rietveld 408576698