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

Issue 1645933002: dart2js CPS: During shrinking reductions, mark deleted branches as deleted. (Closed)

Created:
4 years, 10 months ago by Kevin Millikin (Google)
Modified:
4 years, 10 months ago
Reviewers:
asgerf
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

dart2js CPS: During shrinking reductions, mark deleted branches as deleted. Shrinking reductions uses a null parent of a potential redex to detect that the redex occurs in an already-deleted subterm, to avoid performing such reductions. (They are not safe because the term structure of deleted subterms, e.g., use lists, might not be consistent.) R=asgerf@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/7db0c89e49f6618059afa43d49da3730e942b82c

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M pkg/compiler/lib/src/cps_ir/shrinking_reductions.dart View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Kevin Millikin (Google)
4 years, 10 months ago (2016-01-28 08:57:45 UTC) #1
asgerf
lgtm
4 years, 10 months ago (2016-01-28 08:59:01 UTC) #2
Kevin Millikin (Google)
4 years, 10 months ago (2016-01-28 09:00:12 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
7db0c89e49f6618059afa43d49da3730e942b82c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698