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 997093002: When scanning for grey objects, fill the deque until it flows over (Closed)

Created:
5 years, 9 months ago by jochen (gone - plz use gerrit)
Modified:
5 years, 9 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

When scanning for grey objects, fill the deque until it flows over If we just fill it until it is full, and EmptyMarkingDeque() manages it to process without overflowing it, then ProcessMarkingDeque() will not scan for additional grey objects. BUG=none R=hpayer@chromium.org LOG=n

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -14 lines) Patch
M src/heap/mark-compact.cc View 7 chunks +14 lines, -14 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jochen (gone - plz use gerrit)
5 years, 9 months ago (2015-03-11 10:49:17 UTC) #1
jochen (gone - plz use gerrit)
5 years, 9 months ago (2015-03-11 10:53:14 UTC) #2
actually, forget about it... it works as is

Powered by Google App Engine
This is Rietveld 408576698