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

Issue 25277002: Revert r28050 due to crashes with --optimization-counter-threshold=5. (Closed)

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

Description

Revert r28050 due to crashes with --optimization-counter-threshold=5. TBR=kmillikin@google.com Committed: https://code.google.com/p/dart/source/detail?r=28052

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -112 lines) Patch
M runtime/vm/compiler.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 2 chunks +8 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_optimizer.h View 2 chunks +2 lines, -11 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 3 chunks +10 lines, -68 lines 1 comment Download
M runtime/vm/intermediate_language.h View 2 chunks +0 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 chunk +0 lines, -24 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Florian Schneider
7 years, 2 months ago (2013-09-30 14:29:08 UTC) #1
Florian Schneider
Committed patchset #1 manually as r28052 (presubmit successful).
7 years, 2 months ago (2013-09-30 14:29:53 UTC) #2
Florian Schneider
7 years, 2 months ago (2013-09-30 14:58:00 UTC) #3
Message was sent while issue was closed.
https://codereview.chromium.org/25277002/diff/1/runtime/vm/flow_graph_optimiz...
File runtime/vm/flow_graph_optimizer.cc (left):

https://codereview.chromium.org/25277002/diff/1/runtime/vm/flow_graph_optimiz...
runtime/vm/flow_graph_optimizer.cc:6860: while (current->IsEmptyBlock()) {
There is a bug: I need to check for (#predecessors == 1), so that a join of an
empty-block and a non-empty block does not eliminated by mistake.

Powered by Google App Engine
This is Rietveld 408576698