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

Issue 18558008: Prune variables that are not live at block entry from the environment. (Closed)

Created:
7 years, 5 months ago by Florian Schneider
Modified:
7 years, 5 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Prune variables that are not live at block entry from the environment. If a variable is not live at a block entry, replace it with the null-constant in the environment. This can occur when there is a partially dead variable stores. Fewer environment uses mean shorter live ranges and better register allocation. R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=24939

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -0 lines) Patch
M runtime/vm/flow_graph.cc View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Florian Schneider
7 years, 5 months ago (2013-07-11 12:35:03 UTC) #1
srdjan
lgtm
7 years, 5 months ago (2013-07-11 17:03:54 UTC) #2
Florian Schneider
7 years, 5 months ago (2013-07-12 08:27:39 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r24939 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698