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

Issue 8919025: Added type propagation from store to load locals, but only within a sequence node (not across bas... (Closed)

Created:
9 years ago by srdjan
Modified:
9 years ago
Reviewers:
regis
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Added type propagation from store to load locals, but only within a sequence node (not across basic block). Committed: https://code.google.com/p/dart/source/detail?r=2365

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -6 lines) Patch
M vm/opt_code_generator_ia32.h View 3 chunks +4 lines, -0 lines 0 comments Download
M vm/opt_code_generator_ia32.cc View 1 2 3 13 chunks +74 lines, -6 lines 0 comments Download
M vm/scopes.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M vm/scopes.cc View 1 2 3 4 5 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
srdjan
9 years ago (2011-12-13 00:01:00 UTC) #1
regis
LGTM with an error to fix. http://codereview.chromium.org/8919025/diff/5001/vm/scopes.h File vm/scopes.h (right): http://codereview.chromium.org/8919025/diff/5001/vm/scopes.h#newcode71 vm/scopes.h:71: (index() == other.index()); ...
9 years ago (2011-12-13 00:31:44 UTC) #2
srdjan
9 years ago (2011-12-13 00:39:38 UTC) #3
http://codereview.chromium.org/8919025/diff/5001/vm/scopes.h
File vm/scopes.h (right):

http://codereview.chromium.org/8919025/diff/5001/vm/scopes.h#newcode71
vm/scopes.h:71: (index() == other.index());
On 2011/12/13 00:31:44, regis wrote:
> This is not correct. You need to check is_captured() and
> owner()->context_level() as well.

Thanks!

Powered by Google App Engine
This is Rietveld 408576698