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

Issue 23721009: Avoid recursion in some of our SSA optimizations, and cache computed block.dominates(other) operati… (Closed)

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

Description

Avoid recursion in some of our SSA optimizations, and cache computed block.dominates(other) operations. R=kasperl@google.com Committed: https://code.google.com/p/dart/source/detail?r=27471

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -16 lines) Patch
M sdk/lib/_internal/compiler/implementation/ssa/nodes.dart View 1 2 chunks +18 lines, -10 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/optimize.dart View 1 2 6 chunks +25 lines, -6 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ngeoffray
7 years, 3 months ago (2013-09-13 07:52:35 UTC) #1
kasperl
LGTM. https://codereview.chromium.org/23721009/diff/3001/sdk/lib/_internal/compiler/implementation/ssa/nodes.dart File sdk/lib/_internal/compiler/implementation/ssa/nodes.dart (right): https://codereview.chromium.org/23721009/diff/3001/sdk/lib/_internal/compiler/implementation/ssa/nodes.dart#newcode740 sdk/lib/_internal/compiler/implementation/ssa/nodes.dart:740: Map<HBasicBlock, bool> cacheDominates; I'd prefer dominatesCache. Do you ...
7 years, 3 months ago (2013-09-13 08:01:27 UTC) #2
ngeoffray
Thanks Kasper. https://codereview.chromium.org/23721009/diff/3001/sdk/lib/_internal/compiler/implementation/ssa/nodes.dart File sdk/lib/_internal/compiler/implementation/ssa/nodes.dart (right): https://codereview.chromium.org/23721009/diff/3001/sdk/lib/_internal/compiler/implementation/ssa/nodes.dart#newcode740 sdk/lib/_internal/compiler/implementation/ssa/nodes.dart:740: Map<HBasicBlock, bool> cacheDominates; On 2013/09/13 08:01:27, kasperl ...
7 years, 3 months ago (2013-09-13 10:11:24 UTC) #3
ngeoffray
7 years, 3 months ago (2013-09-13 10:12:27 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r27471 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698