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

Issue 2679263002: Revert of [parsing] Fix maybe-assigned for loop variables. (Closed)

Created:
3 years, 10 months ago by Michael Hablich
Modified:
3 years, 10 months ago
Reviewers:
neis, adamk, marja
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Revert of [parsing] Fix maybe-assigned for loop variables. (patchset #3 id:40001 of https://codereview.chromium.org/2673403003/ ) Reason for revert: Speculative revert because of https://codereview.chromium.org/2679163002/. Original issue's description: > [parsing] Fix maybe-assigned for loop variables. > > Due to hoisting, the value of a 'var'-declared variable may actually change even > if the code contains only the "initial" assignment, namely when that assignment > occurs inside a loop. For example: > > let i = 10; > do { var x = i } while (i--): > > As a simple and very conservative approximation of this, we explicitly mark > as maybe-assigned any non-lexical variable whose "declaration" does not > syntactically occur in the function scope. (In the example above, it > occurs in a block scope.) > > BUG=v8:5636 > > Review-Url: https://codereview.chromium.org/2673403003 > Cr-Commit-Position: refs/heads/master@{#42989} > Committed: https://chromium.googlesource.com/v8/v8/+/a33fcd663b28b8846e12b97c30d6e7d837767f86 TBR=marja@chromium.org,adamk@chromium.org,neis@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=v8:5636 Review-Url: https://codereview.chromium.org/2679263002 Cr-Commit-Position: refs/heads/master@{#43010} Committed: https://chromium.googlesource.com/v8/v8/+/f3ae5ccf57690d8c2d87c4fe1d10b103ad6a4ab3

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+209 lines, -658 lines) Patch
M src/ast/scopes.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/parsing/parser-base.h View 3 chunks +2 lines, -26 lines 0 comments Download
M src/parsing/pattern-rewriter.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/parsing/preparser.cc View 1 chunk +2 lines, -8 lines 0 comments Download
M test/cctest/parsing/test-preparser.cc View 2 chunks +202 lines, -209 lines 0 comments Download
M test/cctest/scope-test-helper.h View 2 chunks +3 lines, -8 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 chunk +0 lines, -359 lines 0 comments Download
D test/mjsunit/regress/regress-5636-1.js View 1 chunk +0 lines, -22 lines 0 comments Download
D test/mjsunit/regress/regress-5636-2.js View 1 chunk +0 lines, -23 lines 0 comments Download

Messages

Total messages: 15 (7 generated)
Michael Hablich
Created Revert of [parsing] Fix maybe-assigned for loop variables.
3 years, 10 months ago (2017-02-07 19:32:57 UTC) #2
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/2679263002/1
3 years, 10 months ago (2017-02-07 19:33:04 UTC) #3
commit-bot: I haz the power
Failed to apply patch for test/cctest/parsing/test-preparser.cc: While running git apply --index -p1; error: patch failed: ...
3 years, 10 months ago (2017-02-07 19:33:14 UTC) #5
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/2679263002/1
3 years, 10 months ago (2017-02-07 19:37:54 UTC) #7
commit-bot: I haz the power
Failed to apply patch for test/cctest/parsing/test-preparser.cc: While running git apply --index -p1; error: patch failed: ...
3 years, 10 months ago (2017-02-07 19:38:04 UTC) #9
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/2679263002/1
3 years, 10 months ago (2017-02-07 19:40:14 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/v8/v8/+/f3ae5ccf57690d8c2d87c4fe1d10b103ad6a4ab3
3 years, 10 months ago (2017-02-07 19:40:33 UTC) #14
Michael Hablich
3 years, 10 months ago (2017-02-07 20:42:23 UTC) #15
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/2686663002/ by hablich@chromium.org.

The reason for reverting is: False alarm, bot hiccup.

Powered by Google App Engine
This is Rietveld 408576698