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

Issue 1663323003: [fullcode] Change fullcode to compile finally using the token approach. (Closed)

Created:
4 years, 10 months ago by Jarin
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, Benedikt Meurer
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[fullcode] Change fullcode to compile finally using the token approach. This change should unify handling of finally blocks in Turbofan's AstGraphBuilder and in full-code. This should enable smooth deoptimization from finally blocks. Committed: https://crrev.com/334d17946ccbca4e8b96c6211a3387000fe63d55 Cr-Commit-Position: refs/heads/master@{#33780}

Patch Set 1 #

Patch Set 2 : Cleanup, comments #

Patch Set 3 : Fix rebase #

Patch Set 4 : More rebase fixes #

Total comments: 12

Patch Set 5 : Address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+398 lines, -219 lines) Patch
M src/compiler/ast-graph-builder.cc View 1 2 3 4 7 chunks +30 lines, -8 lines 0 comments Download
M src/full-codegen/arm/full-codegen-arm.cc View 1 2 3 7 chunks +30 lines, -23 lines 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 1 2 3 7 chunks +28 lines, -19 lines 0 comments Download
M src/full-codegen/full-codegen.h View 1 2 6 chunks +56 lines, -8 lines 0 comments Download
M src/full-codegen/full-codegen.cc View 1 2 3 4 10 chunks +116 lines, -45 lines 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 1 2 7 chunks +30 lines, -27 lines 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 1 2 3 7 chunks +30 lines, -27 lines 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 2 3 7 chunks +29 lines, -25 lines 0 comments Download
M src/full-codegen/ppc/full-codegen-ppc.cc View 1 2 3 4 chunks +4 lines, -5 lines 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 1 2 3 8 chunks +29 lines, -28 lines 0 comments Download
M src/full-codegen/x87/full-codegen-x87.cc View 1 2 3 chunks +3 lines, -4 lines 0 comments Download
M src/utils.h View 1 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (6 generated)
Jarin
Could you take a look, please? The main difference from the previous version is the ...
4 years, 10 months ago (2016-02-05 09:30:59 UTC) #3
Michael Starzinger
LGTM. Nice stuff. Only nits. https://codereview.chromium.org/1663323003/diff/60001/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/1663323003/diff/60001/src/compiler/ast-graph-builder.cc#newcode277 src/compiler/ast-graph-builder.cc:277: Node* WrapToken(int token_id) { ...
4 years, 10 months ago (2016-02-05 13:44:58 UTC) #4
Jarin
Thanks for the suggestions! https://codereview.chromium.org/1663323003/diff/60001/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/1663323003/diff/60001/src/compiler/ast-graph-builder.cc#newcode277 src/compiler/ast-graph-builder.cc:277: Node* WrapToken(int token_id) { On ...
4 years, 10 months ago (2016-02-05 13:55:08 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1663323003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1663323003/80001
4 years, 10 months ago (2016-02-05 13:56:32 UTC) #8
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 10 months ago (2016-02-05 14:14:49 UTC) #10
commit-bot: I haz the power
4 years, 10 months ago (2016-02-05 14:15:38 UTC) #12
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/334d17946ccbca4e8b96c6211a3387000fe63d55
Cr-Commit-Position: refs/heads/master@{#33780}

Powered by Google App Engine
This is Rietveld 408576698