Commit f3c83ebe authored by ernstm@chromium.org's avatar ernstm@chromium.org

v8: fix tracking of longest_step in IncrementalMarking.

longest_step is only output at the end of a mark-compact. We shouldn't
reset it after a Scavenge.

R=hpayer@chromium.org
BUG=

Review URL: https://codereview.chromium.org/395153003

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22432 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent a42612b4
......@@ -662,7 +662,6 @@ void IncrementalMarking::UpdateMarkingDequeAfterScavenge() {
steps_took_since_last_gc_ = 0;
steps_count_since_last_gc_ = 0;
longest_step_ = 0.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