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

Issue 5856002: Add support for compacting the write buffer. (Closed)

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

Description

Add support for compacting the write buffer. Committed: http://code.google.com/p/v8/source/detail?r=6056

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -3 lines) Patch
M src/counters.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/v8-counters.h View 2 chunks +6 lines, -1 line 0 comments Download
M src/write-buffer.h View 1 chunk +5 lines, -1 line 0 comments Download
M src/write-buffer.cc View 3 chunks +52 lines, -1 line 1 comment Download

Messages

Total messages: 2 (0 generated)
Erik Corry
10 years ago (2010-12-15 14:33:08 UTC) #1
Vyacheslav Egorov (Chromium)
10 years ago (2010-12-16 10:36:39 UTC) #2
LGTM

http://codereview.chromium.org/5856002/diff/1/src/write-buffer.cc
File src/write-buffer.cc (right):

http://codereview.chromium.org/5856002/diff/1/src/write-buffer.cc#newcode88
src/write-buffer.cc:88: for (Address* current = start_; current < stop;
current++) {
More comments about design please. 

Compaction does not remove all duplicates?

Powered by Google App Engine
This is Rietveld 408576698