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

Issue 1238743002: [turbofan] Implement super call support in TurboFan. (Closed)

Created:
5 years, 5 months ago by Michael Starzinger
Modified:
5 years, 5 months ago
Reviewers:
rossberg
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@local_turbofan-super-2
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Implement super call support in TurboFan. R=rossberg@chromium.org Committed: https://crrev.com/b76acef799bd07346918a78c5eb1d8ebf085975b Cr-Commit-Position: refs/heads/master@{#29696}

Patch Set 1 #

Patch Set 2 : Alternative approach that allows for desugaring. #

Patch Set 3 : Renamed builders as discussed. #

Patch Set 4 : Added tests and fixed bug. #

Patch Set 5 : Minor fix. #

Total comments: 3

Patch Set 6 : Addressed comments. #

Patch Set 7 : Revert "Addressed comments." #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -21 lines) Patch
M src/compiler/ast-graph-builder.h View 1 2 6 1 chunk +4 lines, -2 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 2 6 11 chunks +49 lines, -18 lines 0 comments Download
M src/compiler/ast-loop-assignment-analyzer.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/harmony/super.js View 1 2 3 4 1 chunk +41 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 12 (3 generated)
Michael Starzinger
Note that this is not yet intended to be landed, it should just serve as ...
5 years, 5 months ago (2015-07-14 16:21:24 UTC) #1
Michael Starzinger
Found a way to make this fit into the current abstractions. This should also allow ...
5 years, 5 months ago (2015-07-15 13:49:31 UTC) #3
Michael Starzinger
Added some tests and *drumroll* found a bug already of course.
5 years, 5 months ago (2015-07-15 14:23:10 UTC) #4
rossberg
lgtm https://codereview.chromium.org/1238743002/diff/100001/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/1238743002/diff/100001/src/compiler/ast-graph-builder.cc#newcode3288 src/compiler/ast-graph-builder.cc:3288: Node* AstGraphBuilder::BuildHoleCheckElseThrow(Node* value, Variable* variable, Nit: Can't you ...
5 years, 5 months ago (2015-07-15 15:00:42 UTC) #5
Michael Starzinger
https://codereview.chromium.org/1238743002/diff/100001/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/1238743002/diff/100001/src/compiler/ast-graph-builder.cc#newcode3288 src/compiler/ast-graph-builder.cc:3288: Node* AstGraphBuilder::BuildHoleCheckElseThrow(Node* value, Variable* variable, On 2015/07/15 15:00:41, rossberg ...
5 years, 5 months ago (2015-07-16 07:55:18 UTC) #6
Michael Starzinger
https://codereview.chromium.org/1238743002/diff/100001/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/1238743002/diff/100001/src/compiler/ast-graph-builder.cc#newcode3288 src/compiler/ast-graph-builder.cc:3288: Node* AstGraphBuilder::BuildHoleCheckElseThrow(Node* value, Variable* variable, On 2015/07/16 07:55:18, Michael ...
5 years, 5 months ago (2015-07-16 08:10:20 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1238743002/140001
5 years, 5 months ago (2015-07-16 08:19:05 UTC) #10
commit-bot: I haz the power
Committed patchset #7 (id:140001)
5 years, 5 months ago (2015-07-16 08:54:01 UTC) #11
commit-bot: I haz the power
5 years, 5 months ago (2015-07-16 08:54:13 UTC) #12
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/b76acef799bd07346918a78c5eb1d8ebf085975b
Cr-Commit-Position: refs/heads/master@{#29696}

Powered by Google App Engine
This is Rietveld 408576698