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

Issue 1219623004: VM: Fix issue with optimizing compiler's range analysis. (Closed)

Created:
5 years, 5 months ago by Florian Schneider
Modified:
5 years, 5 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

VM: Fix issue with optimizing compiler's range analysis. Narrowing of ranges should only occur if the new range is actually narrower than the old range. It can happen that a symbolic range is worse than the already computed one. Ignore the new range in this case. BUG=dartbug.com/23693 R=vegorov@google.com Committed: https://github.com/dart-lang/sdk/commit/5daa5646ef8e09739778720aa27a89a26bd70aeb

Patch Set 1 #

Patch Set 2 : removed outdated comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -11 lines) Patch
M runtime/vm/flow_graph_optimizer.cc View 1 2 chunks +1 line, -5 lines 0 comments Download
M runtime/vm/flow_graph_range_analysis.cc View 2 chunks +4 lines, -6 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
Florian Schneider
5 years, 5 months ago (2015-06-29 13:26:48 UTC) #2
Vyacheslav Egorov (Google)
LGTM it should be correct to me, though it might lead to inaccurate bounds (which ...
5 years, 5 months ago (2015-06-29 13:31:07 UTC) #3
Florian Schneider
Committed patchset #2 (id:20001) manually as 5daa5646ef8e09739778720aa27a89a26bd70aeb (presubmit successful).
5 years, 5 months ago (2015-06-29 14:14:10 UTC) #4
srdjan
5 years, 5 months ago (2015-06-29 18:05:06 UTC) #5
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698