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

Issue 2862213002: [turbofan] Optimized 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] Optimized support for CreateGeneratorObject. Intrinsic and generic lowering for generator object creation. In a follow-on, create lowering will be addressed. BUG=v8:6352 Review-Url: https://codereview.chromium.org/2862213002 Cr-Commit-Position: refs/heads/master@{#45171} Committed: https://chromium.googlesource.com/v8/v8/+/71ee0aa5fc0b39d5d4de389087ffa0e9baeeb33a

Patch Set 1 #

Patch Set 2 : rebase. #

Patch Set 3 : Cleanup. #

Total comments: 4

Patch Set 4 : Add control input. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -1 line) Patch
M src/compiler/js-generic-lowering.cc View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M src/compiler/js-intrinsic-lowering.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/js-intrinsic-lowering.cc View 1 2 3 2 chunks +15 lines, -0 lines 0 comments Download
M src/compiler/js-operator.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/js-operator.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M src/compiler/linkage.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/opcodes.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/operator-properties.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/compiler/typer.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/compiler/verifier.cc View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M test/unittests/compiler/js-intrinsic-lowering-unittest.cc View 1 2 1 chunk +17 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 31 (21 generated)
mvstanton
Hi Benedikt! Here is the first CL for TurboFan CreateGeneratorObject support. Thanks for the look... ...
3 years, 7 months ago (2017-05-06 08:07:32 UTC) #13
Benedikt Meurer
https://codereview.chromium.org/2862213002/diff/30001/src/compiler/js-operator.cc File src/compiler/js-operator.cc (right): https://codereview.chromium.org/2862213002/diff/30001/src/compiler/js-operator.cc#newcode911 src/compiler/js-operator.cc:911: 2, 1, 0, 1, 1, 0); // counts this ...
3 years, 7 months ago (2017-05-06 11:50:09 UTC) #16
mvstanton
thanks for the first look...! https://codereview.chromium.org/2862213002/diff/30001/src/compiler/js-operator.cc File src/compiler/js-operator.cc (right): https://codereview.chromium.org/2862213002/diff/30001/src/compiler/js-operator.cc#newcode911 src/compiler/js-operator.cc:911: 2, 1, 0, 1, ...
3 years, 7 months ago (2017-05-06 17:52:30 UTC) #17
Benedikt Meurer
https://codereview.chromium.org/2862213002/diff/30001/src/compiler/js-operator.cc File src/compiler/js-operator.cc (right): https://codereview.chromium.org/2862213002/diff/30001/src/compiler/js-operator.cc#newcode911 src/compiler/js-operator.cc:911: 2, 1, 0, 1, 1, 0); // counts On ...
3 years, 7 months ago (2017-05-06 21:29:23 UTC) #18
mvstanton
thx again.. https://codereview.chromium.org/2862213002/diff/30001/src/compiler/js-operator.cc File src/compiler/js-operator.cc (right): https://codereview.chromium.org/2862213002/diff/30001/src/compiler/js-operator.cc#newcode911 src/compiler/js-operator.cc:911: 2, 1, 0, 1, 1, 0); // ...
3 years, 7 months ago (2017-05-06 22:25:31 UTC) #19
Benedikt Meurer
On 2017/05/06 22:25:31, mvstanton wrote: > thx again.. > > https://codereview.chromium.org/2862213002/diff/30001/src/compiler/js-operator.cc > File src/compiler/js-operator.cc (right): ...
3 years, 7 months ago (2017-05-07 04:45:07 UTC) #20
mvstanton
Control input added. Thanks, --Michael
3 years, 7 months ago (2017-05-08 13:31:45 UTC) #23
Benedikt Meurer
lgtm
3 years, 7 months ago (2017-05-08 13:45:27 UTC) #24
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/2862213002/50001
3 years, 7 months ago (2017-05-08 19:51:27 UTC) #28
commit-bot: I haz the power
3 years, 7 months ago (2017-05-08 19:53:18 UTC) #31
Message was sent while issue was closed.
Committed patchset #4 (id:50001) as
https://chromium.googlesource.com/v8/v8/+/71ee0aa5fc0b39d5d4de389087ffa0e9bae...

Powered by Google App Engine
This is Rietveld 408576698