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

Issue 10704229: Fix loop-invariant code motion. (Closed)

Created:
8 years, 5 months ago by floitsch
Modified:
8 years, 5 months ago
Reviewers:
Johnni Winther, kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix loop-invariant code motion. We did not take the changes-flags of the instructions in the current block into account. Fixes issue 4075. Committed: https://code.google.com/p/dart/source/detail?r=9695

Patch Set 1 #

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -2 lines) Patch
M lib/compiler/implementation/ssa/nodes.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M lib/compiler/implementation/ssa/optimize.dart View 1 chunk +5 lines, -0 lines 0 comments Download
A tests/language/loop_hoist_test.dart View 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
floitsch
8 years, 5 months ago (2012-07-16 17:16:18 UTC) #1
floitsch
8 years, 5 months ago (2012-07-16 17:17:38 UTC) #2
Johnni Winther
8 years, 5 months ago (2012-07-17 07:03:51 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698