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

Issue 2867603002: [turbofan] Create-lowering support for CreateGeneratorObject (Closed)

Created:
3 years, 7 months ago by mvstanton
Modified:
3 years, 7 months ago
Reviewers:
Benedikt Meurer
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Create-lowering support for CreateGeneratorObject We can inline the allocation of the generator object as long as our closure is constant. BUG=v8:6352 Review-Url: https://codereview.chromium.org/2867603002 Cr-Commit-Position: refs/heads/master@{#45200} Committed: https://chromium.googlesource.com/v8/v8/+/5c66d6fcd44fd2bc206fc1be595adf996ce0a80b

Patch Set 1 #

Patch Set 2 : Heap-related bugfix. #

Patch Set 3 : fixes #

Patch Set 4 : REBASE. #

Total comments: 1

Patch Set 5 : Nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -13 lines) Patch
M src/compiler/access-builder.h View 1 2 1 chunk +16 lines, -4 lines 0 comments Download
M src/compiler/access-builder.cc View 1 2 3 chunks +48 lines, -9 lines 0 comments Download
M src/compiler/js-create-lowering.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/js-create-lowering.cc View 1 2 3 4 2 chunks +67 lines, -0 lines 0 comments Download
M src/compiler/verifier.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (23 generated)
mvstanton
Hi Benedikt, And here is the follow-on that carries out create lowering. All the best, ...
3 years, 7 months ago (2017-05-06 09:45:21 UTC) #2
mvstanton
Okay *now* it's done. Per your offline comment, I'll follow up with Dan and Caitlin ...
3 years, 7 months ago (2017-05-09 13:58:11 UTC) #19
Benedikt Meurer
LGTM with nit. https://codereview.chromium.org/2867603002/diff/60001/src/compiler/js-create-lowering.cc File src/compiler/js-create-lowering.cc (right): https://codereview.chromium.org/2867603002/diff/60001/src/compiler/js-create-lowering.cc#newcode563 src/compiler/js-create-lowering.cc:563: closure_type->AsHeapConstant()->Value()->IsJSFunction()) { This should always be ...
3 years, 7 months ago (2017-05-09 14:14:40 UTC) #20
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/2867603002/80001
3 years, 7 months ago (2017-05-09 14:21:44 UTC) #25
commit-bot: I haz the power
3 years, 7 months ago (2017-05-09 14:51:41 UTC) #28
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/v8/v8/+/5c66d6fcd44fd2bc206fc1be595adf996ce...

Powered by Google App Engine
This is Rietveld 408576698