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

Issue 10544205: Fix optimized code caching in FastNewClosureStub. (Closed)

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

Description

Fix optimized code caching in FastNewClosureStub. This fixes a corner-case on ARM and MIPS where optimized code was not shared immediately across closures when a function was used in several global contexts at once. R=ulan@chromium.org TEST=cctest/test-compiler/OptimizedCodeSharing Committed: https://code.google.com/p/v8/source/detail?r=11850

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -2 lines) Patch
M src/arm/code-stubs-arm.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/mips/code-stubs-mips.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-compiler.cc View 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Michael Starzinger
8 years, 6 months ago (2012-06-18 13:12:53 UTC) #1
ulan
LGTM
8 years, 6 months ago (2012-06-18 13:19:13 UTC) #2
Florian Schneider
8 years, 6 months ago (2012-06-18 14:04:49 UTC) #3
Good catch! Thanks for fixing this

Powered by Google App Engine
This is Rietveld 408576698