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

Issue 141733009: Fix crash in VM when patching static calls. When the target code is optimized, it is possible that … (Closed)

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

Description

Fix crash in VM when patching static calls. When the target code is optimized, it is possible that the target function has its code disconnected due to its optimized code being deoptimized and its unoptimized code not being used. In such case recompile the target. R=zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=32337

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
srdjan
6 years, 10 months ago (2014-02-05 21:06:22 UTC) #1
zra
lgtm
6 years, 10 months ago (2014-02-05 21:09:13 UTC) #2
srdjan
6 years, 10 months ago (2014-02-05 21:14:04 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r32337 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698