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

Issue 10834408: While allocating code objects, perform the incremental marking step before NULLing the new object. … (Closed)

Created:
8 years, 4 months ago by Toon Verwaest
Modified:
8 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

While allocating code objects, perform the incremental marking step before NULLing the new object. Otherwise the code cache cannot iterate the code space anymore, which is required to clear ICs. Committed: https://code.google.com/p/v8/source/detail?r=12345

Patch Set 1 #

Patch Set 2 : Zap code with magic constant. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -4 lines) Patch
M src/spaces.cc View 1 1 chunk +5 lines, -4 lines 0 comments Download
M src/v8globals.h View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Vyacheslav Egorov (Google)
8 years, 4 months ago (2012-08-20 14:30:14 UTC) #1
lgtm

Powered by Google App Engine
This is Rietveld 408576698