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

Issue 17311002: Fix crash in OSR with --optimization-counter-threshold=-1: do not check for OSR if the optimizaiton… (Closed)

Created:
7 years, 6 months ago by srdjan
Modified:
7 years, 6 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, Kevin Millikin (Google)
Visibility:
Public.

Description

Fix crash in OSR with --optimization-counter-threshold=-1: do not check for OSR if the optimizaiton is disabled. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=24112

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -2 lines) Patch
M runtime/vm/flow_graph_compiler.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
srdjan
7 years, 6 months ago (2013-06-17 20:48:59 UTC) #1
siva
lgtm https://codereview.chromium.org/17311002/diff/1/runtime/vm/intermediate_language_ia32.cc File runtime/vm/intermediate_language_ia32.cc (right): https://codereview.chromium.org/17311002/diff/1/runtime/vm/intermediate_language_ia32.cc#newcode2151 runtime/vm/intermediate_language_ia32.cc:2151: !compiler->is_optimizing() && in_loop()) { Would it make sense ...
7 years, 6 months ago (2013-06-17 21:31:40 UTC) #2
srdjan
https://codereview.chromium.org/17311002/diff/1/runtime/vm/intermediate_language_ia32.cc File runtime/vm/intermediate_language_ia32.cc (right): https://codereview.chromium.org/17311002/diff/1/runtime/vm/intermediate_language_ia32.cc#newcode2151 runtime/vm/intermediate_language_ia32.cc:2151: !compiler->is_optimizing() && in_loop()) { On 2013/06/17 21:31:40, siva wrote: ...
7 years, 6 months ago (2013-06-17 21:46:14 UTC) #3
srdjan
7 years, 6 months ago (2013-06-17 22:36:36 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r24112 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698