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

Issue 10141007: Make --stress-compaction more stressful. (Closed)

Created:
8 years, 8 months ago by Erik Corry
Modified:
8 years, 8 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Make --stress-compaction more stressful. Committed: https://code.google.com/p/v8/source/detail?r=11431

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -2 lines) Patch
M src/heap.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/heap.cc View 3 chunks +14 lines, -1 line 0 comments Download
M src/spaces-inl.h View 1 chunk +15 lines, -1 line 1 comment Download
M test/mjsunit/regexp-capture-3.js View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
8 years, 8 months ago (2012-04-24 09:09:41 UTC) #1
Michael Starzinger
8 years, 8 months ago (2012-04-24 11:39:15 UTC) #2
LGTM (with a nit).

https://chromiumcodereview.appspot.com/10141007/diff/1/src/spaces-inl.h
File src/spaces-inl.h (right):

https://chromiumcodereview.appspot.com/10141007/diff/1/src/spaces-inl.h#newco...
src/spaces-inl.h:300: if (allocation_info_.limit - old_top >= size_in_bytes * 4)
{
Could you add a one-liner comment why it helps to have holes in new-space when
stressing compaction?

Powered by Google App Engine
This is Rietveld 408576698