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

Issue 1648773003: [generators] Remove full-codegen implementation of yield*. (Closed)

Created:
4 years, 10 months ago by neis
Modified:
4 years, 10 months ago
Reviewers:
Michael Starzinger
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-x87-ports_googlegroups.com, v8-ppc-ports_googlegroups.com, rossberg
Base URL:
https://chromium.googlesource.com/v8/v8.git@yield-star-with-return
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[generators] Remove full-codegen implementation of yield*. The recently introduced desugaring of yield* renders this code dead. BUG= Committed: https://crrev.com/9096aef4c171fc0e6b4f0d97ff4dd7d4fcf312bd Cr-Commit-Position: refs/heads/master@{#33762}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Adapt number of arguments in runtime.h #

Patch Set 3 : Remove feedback slots from yield* ast node. #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -904 lines) Patch
M src/ast/ast.h View 1 2 3 2 chunks +0 lines, -23 lines 0 comments Download
M src/full-codegen/arm/full-codegen-arm.cc View 1 2 3 1 chunk +2 lines, -106 lines 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 1 2 3 1 chunk +2 lines, -110 lines 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 1 2 3 1 chunk +2 lines, -109 lines 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 1 2 3 1 chunk +2 lines, -110 lines 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 2 3 1 chunk +2 lines, -109 lines 0 comments Download
M src/full-codegen/ppc/full-codegen-ppc.cc View 1 2 3 1 chunk +2 lines, -106 lines 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 1 2 3 1 chunk +2 lines, -108 lines 0 comments Download
M src/full-codegen/x87/full-codegen-x87.cc View 1 2 3 1 chunk +2 lines, -109 lines 0 comments Download
M src/runtime/runtime.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/runtime/runtime-generator.cc View 1 2 3 2 chunks +1 line, -13 lines 0 comments Download

Messages

Total messages: 21 (10 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/1648773003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1648773003/1
4 years, 10 months ago (2016-01-29 09:28:21 UTC) #2
neis
PTAL
4 years, 10 months ago (2016-01-29 09:39:54 UTC) #5
Michael Starzinger
Instant-LGTM of course. Just one comment to address. https://codereview.chromium.org/1648773003/diff/1/src/runtime/runtime-generator.cc File src/runtime/runtime-generator.cc (left): https://codereview.chromium.org/1648773003/diff/1/src/runtime/runtime-generator.cc#oldcode61 src/runtime/runtime-generator.cc:61: // ...
4 years, 10 months ago (2016-01-29 09:48:54 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-01-29 09:54:02 UTC) #8
neis
On 2016/01/29 09:48:54, Michael Starzinger wrote: > Instant-LGTM of course. Just one comment to address. ...
4 years, 10 months ago (2016-01-29 09:57:32 UTC) #9
Michael Starzinger
On 2016/01/29 09:57:32, neis wrote: > On 2016/01/29 09:48:54, Michael Starzinger wrote: > > Instant-LGTM ...
4 years, 10 months ago (2016-01-29 10:09:31 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1648773003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1648773003/40001
4 years, 10 months ago (2016-01-29 12:29:37 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-01-29 12:57:16 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1648773003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1648773003/60001
4 years, 10 months ago (2016-02-05 08:08:03 UTC) #17
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 10 months ago (2016-02-05 08:53:46 UTC) #19
commit-bot: I haz the power
4 years, 10 months ago (2016-02-05 08:54:09 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/9096aef4c171fc0e6b4f0d97ff4dd7d4fcf312bd
Cr-Commit-Position: refs/heads/master@{#33762}

Powered by Google App Engine
This is Rietveld 408576698