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

Issue 9837005: Age inline caches after context disposal. (Closed)

Created:
8 years, 9 months ago by ulan
Modified:
8 years, 9 months ago
CC:
v8-dev
Visibility:
Public.

Description

Age inline caches after context disposal. Committed: https://code.google.com/p/v8/source/detail?r=11122

Patch Set 1 #

Total comments: 9

Patch Set 2 : Refactor #

Patch Set 3 : Clear code cache in incremental marking #

Patch Set 4 : Advance incremental marking #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -20 lines) Patch
M src/d8.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/heap.h View 1 2 3 chunks +19 lines, -0 lines 0 comments Download
M src/heap.cc View 1 2 3 4 chunks +13 lines, -3 lines 0 comments Download
M src/incremental-marking.cc View 1 2 2 chunks +12 lines, -1 line 0 comments Download
M src/mark-compact.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M src/mark-compact.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M src/mark-compact-inl.h View 1 2 2 chunks +1 line, -8 lines 0 comments Download
M src/objects.h View 1 2 chunks +8 lines, -2 lines 0 comments Download
M src/objects-inl.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Vyacheslav Egorov (Chromium)
initial comments https://chromiumcodereview.appspot.com/9837005/diff/1/src/heap.cc File src/heap.cc (right): https://chromiumcodereview.appspot.com/9837005/diff/1/src/heap.cc#newcode4854 src/heap.cc:4854: NotifyGlobalContextDisposed(); Why do we signal context disposal ...
8 years, 9 months ago (2012-03-22 14:47:05 UTC) #1
ulan
Uploaded new patch set. https://chromiumcodereview.appspot.com/9837005/diff/1/src/heap.cc File src/heap.cc (right): https://chromiumcodereview.appspot.com/9837005/diff/1/src/heap.cc#newcode4854 src/heap.cc:4854: NotifyGlobalContextDisposed(); On 2012/03/22 14:47:05, Vyacheslav ...
8 years, 9 months ago (2012-03-23 10:47:13 UTC) #2
Vyacheslav Egorov (Chromium)
8 years, 9 months ago (2012-03-23 13:14:52 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698