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

Issue 8311017: Fix for bug 5442338 (crash in deoptimization): when optimized code calls deoptimization stub, che... (Closed)

Created:
9 years, 2 months ago by srdjan
Modified:
9 years, 2 months ago
Reviewers:
ngeoffray
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix for bug 5442338 (crash in deoptimization): when optimized code calls deoptimization stub, check if the function was already deoptimized previously before attempting to restore unoptimized code. Add test case when optimized code of a deoptimized function is several time on stack, and deoptimization occurs after the function was already deoptimized. Committed: https://code.google.com/p/dart/source/detail?r=465

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -4 lines) Patch
M runtime/vm/code_generator.cc View 1 chunk +12 lines, -4 lines 0 comments Download
A tests/language/src/DeoptimizedFunctionOnStackTest.dart View 1 chunk +56 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
srdjan
9 years, 2 months ago (2011-10-17 11:27:07 UTC) #1
TBR
Motto=Alles geht schief!

Powered by Google App Engine
This is Rietveld 408576698