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

Issue 10827139: Fix a register allocation crash on IA32, caused by an uninitialized finger. (Closed)

Created:
8 years, 4 months ago by Kevin Millikin (Google)
Modified:
8 years, 4 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix a register allocation crash on IA32, caused by an uninitialized finger. R=vegorov@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=10166

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -1 line) Patch
M runtime/vm/compiler.cc View 1 chunk +1 line, -1 line 2 comments Download
M runtime/vm/flow_graph_allocator.cc View 1 chunk +5 lines, -0 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
Kevin Millikin (Google)
8 years, 4 months ago (2012-08-02 13:37:35 UTC) #1
Kevin Millikin (Google)
http://codereview.chromium.org/10827139/diff/1/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): http://codereview.chromium.org/10827139/diff/1/runtime/vm/compiler.cc#newcode38 runtime/vm/compiler.cc:38: DEFINE_FLAG(bool, use_ssa, true, "Use SSA form"); I won't commit ...
8 years, 4 months ago (2012-08-02 13:38:22 UTC) #2
Vyacheslav Egorov (Google)
8 years, 4 months ago (2012-08-02 13:38:56 UTC) #3
LGTM

https://chromiumcodereview.appspot.com/10827139/diff/1/runtime/vm/compiler.cc
File runtime/vm/compiler.cc (right):

https://chromiumcodereview.appspot.com/10827139/diff/1/runtime/vm/compiler.cc...
runtime/vm/compiler.cc:38: DEFINE_FLAG(bool, use_ssa, true, "Use SSA form");
don't forget to remove this

https://chromiumcodereview.appspot.com/10827139/diff/1/runtime/vm/flow_graph_...
File runtime/vm/flow_graph_allocator.cc (right):

https://chromiumcodereview.appspot.com/10827139/diff/1/runtime/vm/flow_graph_...
runtime/vm/flow_graph_allocator.cc:1067: if (interval == NULL) {
We should consider initializing finger eagerly.

Powered by Google App Engine
This is Rietveld 408576698