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

Issue 2810493002: dart2js: eliminate redundant stores (Closed)

Created:
3 years, 8 months ago by sra1
Modified:
3 years, 7 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -13 lines) Patch
M pkg/compiler/lib/src/ssa/optimize.dart View 5 chunks +21 lines, -13 lines 2 comments Download

Messages

Total messages: 7 (3 generated)
sra1
Back-to-back writes of the same value are not common but we can detect some of ...
3 years, 7 months ago (2017-04-28 03:55:25 UTC) #3
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2810493002/diff/20001/pkg/compiler/lib/src/ssa/optimize.dart File pkg/compiler/lib/src/ssa/optimize.dart (right): https://codereview.chromium.org/2810493002/diff/20001/pkg/compiler/lib/src/ssa/optimize.dart#newcode2632 pkg/compiler/lib/src/ssa/optimize.dart:2632: nonEscapingReceivers.remove(value.nonCheck()); if the assignments is redundant, would the ...
3 years, 7 months ago (2017-04-28 22:22:39 UTC) #4
sra1
https://codereview.chromium.org/2810493002/diff/20001/pkg/compiler/lib/src/ssa/optimize.dart File pkg/compiler/lib/src/ssa/optimize.dart (right): https://codereview.chromium.org/2810493002/diff/20001/pkg/compiler/lib/src/ssa/optimize.dart#newcode2632 pkg/compiler/lib/src/ssa/optimize.dart:2632: nonEscapingReceivers.remove(value.nonCheck()); On 2017/04/28 22:22:38, Siggi Cherem (dart-lang) wrote: > ...
3 years, 7 months ago (2017-04-28 23:25:24 UTC) #5
sra1
3 years, 7 months ago (2017-04-28 23:38:22 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:20001) manually as
9ab56a9bb639d6d58b2ea586c490180a2b9491ae (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698