Revision: 9899
Author: [email protected]
Date: Mon Nov 7 06:00:02 2011
Log: Revert accidental commit that messed up the incremental speed
heuristics.
Review URL: http://codereview.chromium.org/8467014
http://code.google.com/p/v8/source/detail?r=9899
Modified:
/branches/bleeding_edge/src/incremental-marking.cc
=======================================
--- /branches/bleeding_edge/src/incremental-marking.cc Mon Oct 31 13:59:28
2011
+++ /branches/bleeding_edge/src/incremental-marking.cc Mon Nov 7 06:00:02
2011
@@ -831,7 +831,7 @@
speed_up = true;
}
- if (speed_up && 0) {
+ if (speed_up) {
allocation_marking_factor_ += kAllocationMarkingFactorSpeedup;
allocation_marking_factor_ =
static_cast<int>(allocation_marking_factor_ * 1.3);
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev