Commit 1b8fd0dd authored by ulan's avatar ulan Committed by Commit bot

Fix step size computation in IncrementalMarking::AdvanceIncrementalMarking.

BUG=chromium:616434
LOG=NO

Review-Url: https://codereview.chromium.org/2294783002
Cr-Commit-Position: refs/heads/master@{#39024}
parent 8ed65b97
......@@ -1045,9 +1045,7 @@ double IncrementalMarking::AdvanceIncrementalMarking(
intptr_t step_size_in_bytes = GCIdleTimeHandler::EstimateMarkingStepSize(
GCIdleTimeHandler::kIncrementalMarkingStepTimeInMs,
heap()
->tracer()
->FinalIncrementalMarkCompactSpeedInBytesPerMillisecond());
heap()->tracer()->IncrementalMarkingSpeedInBytesPerMillisecond());
double remaining_time_in_ms = 0.0;
intptr_t bytes_processed = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment