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

Issue 1094843002: Rename some things around incremental marking triggers (Closed)

Created:
5 years, 8 months ago by Erik Corry Chromium.org
Modified:
5 years, 8 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

Rename some things around incremental marking triggers R=hpayer@chromium.org BUG= Committed: https://crrev.com/1caa269cee2545dc935817c74f672657675b9c60 Cr-Commit-Position: refs/heads/master@{#27914}

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -21 lines) Patch
M src/heap/heap.h View 2 chunks +1 line, -5 lines 4 comments Download
M src/heap/heap.cc View 3 chunks +4 lines, -9 lines 0 comments Download
M src/heap/incremental-marking.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap/incremental-marking.cc View 4 chunks +6 lines, -5 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
Erik Corry Chromium.org
5 years, 8 months ago (2015-04-17 10:36:54 UTC) #1
Erik Corry Chromium.org
NextGCIsLikelyToBeFull was misnamed at this point since it would return true when the next GC ...
5 years, 8 months ago (2015-04-17 10:40:41 UTC) #2
Hannes Payer (out of office)
lgtm https://codereview.chromium.org/1094843002/diff/1/src/heap/heap.h File src/heap/heap.h (left): https://codereview.chromium.org/1094843002/diff/1/src/heap/heap.h#oldcode1245 src/heap/heap.h:1245: if (FLAG_gc_global) return true; On 2015/04/17 10:40:41, Erik ...
5 years, 8 months ago (2015-04-17 10:48:17 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1094843002/1
5 years, 8 months ago (2015-04-17 10:52:36 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 8 months ago (2015-04-17 11:17:38 UTC) #6
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/1caa269cee2545dc935817c74f672657675b9c60 Cr-Commit-Position: refs/heads/master@{#27914}
5 years, 8 months ago (2015-04-17 11:17:52 UTC) #7
titzer
5 years, 8 months ago (2015-04-20 12:47:24 UTC) #9
Message was sent while issue was closed.
https://codereview.chromium.org/1094843002/diff/1/src/heap/heap.h
File src/heap/heap.h (left):

https://codereview.chromium.org/1094843002/diff/1/src/heap/heap.h#oldcode1245
src/heap/heap.h:1245: if (FLAG_gc_global) return true;
On 2015/04/17 10:48:17, Hannes Payer wrote:
> On 2015/04/17 10:40:41, Erik Corry http://Chromium.org wrote:
> > This is the only functional change. Previously, in --gc-global mode we would
> > always start incremental marking immediately after the previous GC.
> > 
> > This isn't really how I understand --gc-global which is described as "always
> > perform global GCs", ie it should just avoid new-space-only GCs.
> > 
> > I left in the bit about early incremental start with --stress-compaction,
> > because it seems like a stressy thing to do.
> 
> Acknowledged.

Your CL description claimed this was a refactoring CL. The subsequent functional
change and crashing on the waterfall on amd64 determined that was a lie.

Powered by Google App Engine
This is Rietveld 408576698