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

Issue 8276030: Avoid extra GCs when deserializing during incremental marking. (Closed)

Created:
9 years, 2 months ago by Erik Corry
Modified:
9 years, 2 months ago
CC:
v8-dev
Visibility:
Public.

Description

Avoid extra GCs when deserializing during incremental marking. Committed: http://code.google.com/p/v8/source/detail?r=9626

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -3 lines) Patch
M src/spaces.cc View 1 chunk +16 lines, -3 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
Erik Corry
9 years, 2 months ago (2011-10-14 10:43:51 UTC) #1
Vyacheslav Egorov (Chromium)
9 years, 2 months ago (2011-10-14 10:47:39 UTC) #2
lgtm

http://codereview.chromium.org/8276030/diff/3001/src/spaces.cc
File src/spaces.cc (right):

http://codereview.chromium.org/8276030/diff/3001/src/spaces.cc#newcode1923
src/spaces.cc:1923: if (top - bytes == allocation->address()) {
I like to have parens around top - bytes.

Powered by Google App Engine
This is Rietveld 408576698