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

Issue 10649008: Fix sharing of literal boilerplates for optimized code. (Closed)

Created:
8 years, 6 months ago by Michael Starzinger
Modified:
8 years, 6 months ago
Reviewers:
ulan, fschneider
CC:
v8-dev
Visibility:
Public.

Description

Fix sharing of literal boilerplates for optimized code. This makes sure the literal boilerplates array is correctly shared together with optimized code when caching of optimized code is enabled. It also enabled said caching by default again. R=ulan@chromium.org BUG=v8:2193 TEST=mjsunit/regress/regress-2193 Committed: https://code.google.com/p/v8/source/detail?r=11911

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -65 lines) Patch
M src/compiler.cc View 2 chunks +6 lines, -20 lines 0 comments Download
M src/factory.cc View 1 chunk +12 lines, -29 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/objects.cc View 2 chunks +18 lines, -0 lines 0 comments Download
M src/runtime.cc View 1 chunk +1 line, -0 lines 0 comments Download
A + test/mjsunit/regress/regress-2193.js View 1 chunk +26 lines, -15 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Michael Starzinger
8 years, 6 months ago (2012-06-22 13:25:25 UTC) #1
ulan
8 years, 6 months ago (2012-06-22 13:35:44 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698