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

Issue 15917017: Don't let HCheck instructions prevent GVN. (Closed)

Created:
7 years, 6 months ago by ngeoffray
Modified:
7 years, 6 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -17 lines) Patch
M sdk/lib/_internal/compiler/implementation/ssa/codegen.dart View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/nodes.dart View 1 6 chunks +17 lines, -9 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/variable_allocator.dart View 3 chunks +3 lines, -8 lines 0 comments Download
M tests/compiler/dart2js/gvn_test.dart View 2 chunks +23 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
ngeoffray
7 years, 6 months ago (2013-06-11 20:36:30 UTC) #1
ngeoffray
7 years, 6 months ago (2013-06-12 10:23:14 UTC) #2
kasperl
LGTM.
7 years, 6 months ago (2013-06-12 10:42:56 UTC) #3
Johnni Winther
lgtm https://codereview.chromium.org/15917017/diff/3001/sdk/lib/_internal/compiler/implementation/ssa/nodes.dart File sdk/lib/_internal/compiler/implementation/ssa/nodes.dart (right): https://codereview.chromium.org/15917017/diff/3001/sdk/lib/_internal/compiler/implementation/ssa/nodes.dart#newcode1325 sdk/lib/_internal/compiler/implementation/ssa/nodes.dart:1325: return selector.name == other.selector.name; Why not [: selector ...
7 years, 6 months ago (2013-06-12 11:06:08 UTC) #4
karlklose
LGTM. https://codereview.chromium.org/15917017/diff/3001/sdk/lib/_internal/compiler/implementation/ssa/nodes.dart File sdk/lib/_internal/compiler/implementation/ssa/nodes.dart (right): https://codereview.chromium.org/15917017/diff/3001/sdk/lib/_internal/compiler/implementation/ssa/nodes.dart#newcode624 sdk/lib/_internal/compiler/implementation/ssa/nodes.dart:624: if (user != from && user is HCheck ...
7 years, 6 months ago (2013-06-12 13:12:38 UTC) #5
ngeoffray
Thanks all. https://codereview.chromium.org/15917017/diff/3001/sdk/lib/_internal/compiler/implementation/ssa/nodes.dart File sdk/lib/_internal/compiler/implementation/ssa/nodes.dart (right): https://codereview.chromium.org/15917017/diff/3001/sdk/lib/_internal/compiler/implementation/ssa/nodes.dart#newcode624 sdk/lib/_internal/compiler/implementation/ssa/nodes.dart:624: if (user != from && user is ...
7 years, 6 months ago (2013-06-12 13:55:09 UTC) #6
ngeoffray
7 years, 6 months ago (2013-06-12 14:14:40 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r23906 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698