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

Issue 1375203004: Fix completion of try..finally. (Closed)

Created:
5 years, 2 months ago by neis
Modified:
5 years, 2 months ago
Reviewers:
rossberg, 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

Fix completion of try..finally. R=rossberg BUG=v8:2529 LOG=Y Committed: https://crrev.com/cf82eea6d744c3540bba7ff62b038034fdb79584 Cr-Commit-Position: refs/heads/master@{#31051}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address comments #

Patch Set 3 : Add regression test. #

Patch Set 4 : Fix webkit test. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -60 lines) Patch
M src/ast.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/parser.cc View 1 22 chunks +28 lines, -28 lines 1 comment Download
M src/pattern-rewriter.cc View 1 9 chunks +16 lines, -16 lines 0 comments Download
M src/rewriter.cc View 1 5 chunks +30 lines, -3 lines 0 comments Download
A + test/mjsunit/regress/regress-2529.js View 1 2 1 chunk +14 lines, -11 lines 0 comments Download
M test/webkit/eval-throw-return.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/eval-throw-return-expected.txt View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17 (5 generated)
neis
5 years, 2 months ago (2015-10-01 09:47:42 UTC) #1
rossberg
https://codereview.chromium.org/1375203004/diff/1/src/ast.h File src/ast.h (right): https://codereview.chromium.org/1375203004/diff/1/src/ast.h#newcode465 src/ast.h:465: void InsertStatementAt(int index, Statement* statement, Zone* zone) { Instead ...
5 years, 2 months ago (2015-10-01 09:59:24 UTC) #2
neis
https://codereview.chromium.org/1375203004/diff/1/src/ast.h File src/ast.h (right): https://codereview.chromium.org/1375203004/diff/1/src/ast.h#newcode465 src/ast.h:465: void InsertStatementAt(int index, Statement* statement, Zone* zone) { On ...
5 years, 2 months ago (2015-10-01 10:56:49 UTC) #3
rossberg
And of course I forgot the most important: please add regression tests.
5 years, 2 months ago (2015-10-01 10:58:44 UTC) #4
neis
On 2015/10/01 10:58:44, rossberg wrote: > And of course I forgot the most important: please ...
5 years, 2 months ago (2015-10-01 11:23:07 UTC) #5
rossberg
lgtm
5 years, 2 months ago (2015-10-01 11:29:36 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1375203004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1375203004/40001
5 years, 2 months ago (2015-10-01 11:57:36 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_win64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel/builds/9192)
5 years, 2 months ago (2015-10-01 12:13:13 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1375203004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1375203004/60001
5 years, 2 months ago (2015-10-01 13:36:42 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 2 months ago (2015-10-01 13:59:43 UTC) #14
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/cf82eea6d744c3540bba7ff62b038034fdb79584 Cr-Commit-Position: refs/heads/master@{#31051}
5 years, 2 months ago (2015-10-01 14:00:07 UTC) #15
adamk
5 years, 2 months ago (2015-10-05 17:39:28 UTC) #17
Message was sent while issue was closed.
https://codereview.chromium.org/1375203004/diff/60001/src/parser.cc
File src/parser.cc (right):

https://codereview.chromium.org/1375203004/diff/60001/src/parser.cc#newcode1936
src/parser.cc:1936: if (result) result->statements()->Add(statement, zone());
Looks like these were all changed in this patch (from AddStatement to
statements()->Add())? In future, please separate refactorings from functional
changes, it makes it much easier to follow the commit log.

Powered by Google App Engine
This is Rietveld 408576698