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

Issue 10933088: Fix caching of optimized code for OSR. (Closed)

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

Description

Fix caching of optimized code for OSR. This makes sure we do not share optimized code across closures that were optimized using OSR (for a particular OSR entry AST id) even if caching of optimized code kicks in. R=danno@chromium.org BUG=v8:2326 TEST=mjsunit/regress/regress-2326 Committed: https://code.google.com/p/v8/source/detail?r=12504

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -18 lines) Patch
M src/compiler.cc View 2 chunks +7 lines, -3 lines 0 comments Download
A + test/mjsunit/regress/regress-2326.js View 1 chunk +22 lines, -15 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Michael Starzinger
8 years, 3 months ago (2012-09-14 09:46:37 UTC) #1
danno
8 years, 3 months ago (2012-09-14 10:01:24 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698