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

Issue 11017006: Create and use new change/depends flags for the GVN analysis. (Closed)

Created:
8 years, 2 months ago by ngeoffray
Modified:
8 years, 2 months ago
CC:
reviews_dartlang.org, floitsch
Visibility:
Public.

Description

Create and use new change/depends flags for the GVN analysis. Committed: https://code.google.com/p/dart/source/detail?r=13220

Patch Set 1 : #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -46 lines) Patch
M lib/compiler/implementation/ssa/builder.dart View 1 1 chunk +4 lines, -2 lines 0 comments Download
M lib/compiler/implementation/ssa/nodes.dart View 1 2 20 chunks +95 lines, -40 lines 0 comments Download
M lib/compiler/implementation/world.dart View 1 2 chunks +19 lines, -4 lines 0 comments Download
M tests/language/language_dart2js.status View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ngeoffray
8 years, 2 months ago (2012-09-30 19:36:56 UTC) #1
Søren Gjesse
LGTM! http://codereview.chromium.org/11017006/diff/2001/lib/compiler/implementation/ssa/nodes.dart File lib/compiler/implementation/ssa/nodes.dart (right): http://codereview.chromium.org/11017006/diff/2001/lib/compiler/implementation/ssa/nodes.dart#newcode762 lib/compiler/implementation/ssa/nodes.dart:762: static const int FLAG_CHANGES_STATIC = FLAG_CHANGES_PROPERTY + 1; ...
8 years, 2 months ago (2012-10-01 07:22:20 UTC) #2
floitsch
DBC. http://codereview.chromium.org/11017006/diff/2001/lib/compiler/implementation/ssa/nodes.dart File lib/compiler/implementation/ssa/nodes.dart (right): http://codereview.chromium.org/11017006/diff/2001/lib/compiler/implementation/ssa/nodes.dart#newcode1474 lib/compiler/implementation/ssa/nodes.dart:1474: // Getter interceptors do not have side effects. ...
8 years, 2 months ago (2012-10-01 08:40:30 UTC) #3
ngeoffray
http://codereview.chromium.org/11017006/diff/2001/lib/compiler/implementation/ssa/nodes.dart File lib/compiler/implementation/ssa/nodes.dart (right): http://codereview.chromium.org/11017006/diff/2001/lib/compiler/implementation/ssa/nodes.dart#newcode1474 lib/compiler/implementation/ssa/nodes.dart:1474: // Getter interceptors do not have side effects. On ...
8 years, 2 months ago (2012-10-01 21:56:10 UTC) #4
ngeoffray
Thanks Soren and Florian. http://codereview.chromium.org/11017006/diff/2001/lib/compiler/implementation/ssa/nodes.dart File lib/compiler/implementation/ssa/nodes.dart (right): http://codereview.chromium.org/11017006/diff/2001/lib/compiler/implementation/ssa/nodes.dart#newcode762 lib/compiler/implementation/ssa/nodes.dart:762: static const int FLAG_CHANGES_STATIC = ...
8 years, 2 months ago (2012-10-04 10:41:42 UTC) #5
ngeoffray
8 years, 2 months ago (2012-10-04 11:59:26 UTC) #6
The optimization revealed a bug in how we handle try/finally (see issue 5643),
so I marked the test exercising the bug as fail for now.

Powered by Google App Engine
This is Rietveld 408576698