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

Issue 1997373002: [turbofan] Simplify typed lowering of generator-related operators. (Closed)

Created:
4 years, 7 months ago by neis
Modified:
4 years, 7 months ago
Reviewers:
Jarin, adamk
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Simplify typed lowering of generator-related operators. Instead of changing existing nodes in a very fragile (and in one case expensive) way, just create new ones instead. Also properly chain effects, which was not done quite right before. BUG=v8:4907 Committed: https://crrev.com/4579f28d72911ba6405a6a1b7e43ee7acd66a043 Cr-Commit-Position: refs/heads/master@{#36442}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -47 lines) Patch
M src/compiler/js-typed-lowering.cc View 5 chunks +22 lines, -47 lines 0 comments Download

Messages

Total messages: 18 (9 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/1997373002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1997373002/1
4 years, 7 months ago (2016-05-23 09:57:38 UTC) #2
neis
ptal
4 years, 7 months ago (2016-05-23 10:01:16 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-23 10:35:05 UTC) #8
Jarin
lgtm; much nicer, thanks!
4 years, 7 months ago (2016-05-23 13:57:48 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1997373002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1997373002/1
4 years, 7 months ago (2016-05-23 13:58:29 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 7 months ago (2016-05-23 14:00:10 UTC) #13
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/4579f28d72911ba6405a6a1b7e43ee7acd66a043 Cr-Commit-Position: refs/heads/master@{#36442}
4 years, 7 months ago (2016-05-23 14:00:25 UTC) #15
adamk
I suspect this CL is causing failures on the waterfall, in particular the arm64 nosnap ...
4 years, 7 months ago (2016-05-23 20:32:46 UTC) #17
adamk
4 years, 7 months ago (2016-05-23 20:38:11 UTC) #18
Message was sent while issue was closed.
On 2016/05/23 20:32:46, adamk wrote:
> I suspect this CL is causing failures on the waterfall, in particular the
arm64
> nosnap debug builder. Here's the first failed build:
> 
>
https://build.chromium.org/p/client.v8.ports/builders/V8%20Linux%20-%20arm64%...
> 
> and it's been failing since then.

Oops, looks like the failing test was just added in
https://codereview.chromium.org/2002983002, so that's the actual "culprit" of
this breakage.

Powered by Google App Engine
This is Rietveld 408576698