Thanks!
https://codereview.chromium.org/1265423002/diff/40001/src/heap/gc-idle-time-handler.cc
File src/heap/gc-idle-time-handler.cc (right):
https://codereview.chromium.org/1265423002/diff/40001/src/heap/gc-idle-time-handler.cc#newcode249
src/heap/gc-idle-time-handler.cc:249: if
(heap_state.incremental_marking_stopped) return
GCIdleTimeAction::Done();
On 2015/08/05 12:35:44, Hannes Payer wrote:
!FLAG_incremental_marking ||
Done.
https://codereview.chromium.org/1265423002/diff/40001/src/heap/incremental-marking.cc
File src/heap/incremental-marking.cc (right):
https://codereview.chromium.org/1265423002/diff/40001/src/heap/incremental-marking.cc#newcode1064
src/heap/incremental-marking.cc:1064: }
On 2015/08/05 12:35:44, Hannes Payer wrote:
A follow-up CL could check if there is still time after waiting for
sweeper
threads and perform incremental marking steps.
Acknowledged.
https://codereview.chromium.org/1265423002/diff/40001/src/heap/incremental-marking.cc#newcode1067
src/heap/incremental-marking.cc:1067: const double
remaining_idle_time_in_ms = heap->AdvanceIncrementalMarking(
On 2015/08/05 12:35:44, Hannes Payer wrote:
AdvanceIncrementalMarking is always called with step size 0, let's
remove this
parameter
I'll do it in a separate CL to avoid conflicts with Michael's CL.
https://codereview.chromium.org/1265423002/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.