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

Issue 7112030: Make backing store for incremental marking deque non-static. (Closed)

Created:
9 years, 6 months ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 6 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Make backing store for incremental marking deque non-static. Make scavenging visitors dispatch table non-static. BUG=v8:1411 Committed: http://code.google.com/p/v8/source/detail?r=8179

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+198 lines, -138 lines) Patch
M src/heap.h View 5 chunks +12 lines, -2 lines 0 comments Download
M src/heap.cc View 9 chunks +21 lines, -27 lines 0 comments Download
M src/incremental-marking.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/incremental-marking.cc View 6 chunks +19 lines, -13 lines 1 comment Download
M src/mark-compact.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects-visiting.h View 2 chunks +1 line, -95 lines 0 comments Download
A src/objects-visiting-inl.h View 1 chunk +136 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 6 months ago (2011-06-06 07:59:57 UTC) #1
Erik Corry
9 years, 6 months ago (2011-06-06 10:27:39 UTC) #2
LGTM

http://codereview.chromium.org/7112030/diff/1/src/incremental-marking.cc
File src/incremental-marking.cc (right):

http://codereview.chromium.org/7112030/diff/1/src/incremental-marking.cc#newc...
src/incremental-marking.cc:378: } else if (obj->map() != filler_map) {
It would be nice with a comment as to how these grey single-word fillers got to
be here.

Powered by Google App Engine
This is Rietveld 408576698