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

Issue 10917162: Fix deoptimizer for shared optimized code. (Closed)

Created:
8 years, 3 months ago by Michael Starzinger
Modified:
8 years, 3 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Fix deoptimizer for shared optimized code. The deoptimizer searched the stack for activations of the same function to determine whether to trigger lazy deopting. Since we share optimized code we actually need to search for activations of the same code (but potentially different functions). R=jkummerow@chromium.org BUG=chromium:147475 TEST=mjsunit/regress/regress-crbug-147475 Committed: https://code.google.com/p/v8/source/detail?r=12473

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -5 lines) Patch
M src/runtime.cc View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-147475.js View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Michael Starzinger
8 years, 3 months ago (2012-09-10 10:47:31 UTC) #1
Jakob Kummerow
8 years, 3 months ago (2012-09-10 10:50:39 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698