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

Issue 12638040: Compute local variable liveness before translation to SSA. (Closed)

Created:
7 years, 9 months ago by Vyacheslav Egorov (Google)
Modified:
7 years, 9 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Compute local variable liveness before translation to SSA. Use it to remove dead values from deoptimization environments. R=kmillikin@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=20377

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+395 lines, -206 lines) Patch
M runtime/vm/bit_vector.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/bit_vector.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/bit_vector_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/compiler.cc View 2 chunks +12 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph.h View 1 3 chunks +76 lines, -1 line 0 comments Download
M runtime/vm/flow_graph.cc View 1 8 chunks +243 lines, -13 lines 0 comments Download
M runtime/vm/flow_graph_allocator.h View 5 chunks +17 lines, -37 lines 0 comments Download
M runtime/vm/flow_graph_allocator.cc View 9 chunks +15 lines, -101 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 2 chunks +3 lines, -1 line 0 comments Download
M runtime/vm/intermediate_language.h View 8 chunks +16 lines, -14 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 4 chunks +8 lines, -34 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Vyacheslav Egorov (Google)
7 years, 9 months ago (2013-03-21 22:40:14 UTC) #1
Vyacheslav Egorov (Google)
https://codereview.chromium.org/12638040/diff/1/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/12638040/diff/1/runtime/vm/flow_graph_optimizer.cc#newcode4438 runtime/vm/flow_graph_optimizer.cc:4438: jump->SetEnvironment(branch->env()); This change revealed serious flaw in the way ...
7 years, 9 months ago (2013-03-21 22:48:27 UTC) #2
Kevin Millikin (Google)
LGTM. https://codereview.chromium.org/12638040/diff/1/runtime/vm/flow_graph.cc File runtime/vm/flow_graph.cc (right): https://codereview.chromium.org/12638040/diff/1/runtime/vm/flow_graph.cc#newcode318 runtime/vm/flow_graph.cc:318: kill->Intersect(GetLiveOutSet(block)); It seems to me that you could ...
7 years, 9 months ago (2013-03-22 11:57:52 UTC) #3
Vyacheslav Egorov (Google)
Thanks! Landing. https://codereview.chromium.org/12638040/diff/1/runtime/vm/flow_graph.cc File runtime/vm/flow_graph.cc (right): https://codereview.chromium.org/12638040/diff/1/runtime/vm/flow_graph.cc#newcode318 runtime/vm/flow_graph.cc:318: kill->Intersect(GetLiveOutSet(block)); On 2013/03/22 11:57:52, kmillikin wrote: > ...
7 years, 9 months ago (2013-03-22 12:16:15 UTC) #4
Vyacheslav Egorov (Google)
7 years, 9 months ago (2013-03-22 12:33:59 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r20377 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698