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

Unified Diff: src/heap/heap.h

Issue 2583033003: [heap] Use RAIL mode for starting incremental marking. (Closed)
Patch Set: adjust constant Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/heap/heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index f987aaab9b606cbf818d5d4d2fca7f8ae803b4a7..ccd96511daa0a40977e04f6359a960bc87f14c7b 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -1854,7 +1854,7 @@ class Heap {
// This constant limits the effect of load RAIL mode on GC.
// The value is arbitrary and chosen as the largest load time observed in
// v8 browsing benchmarks.
- static const int kMaxLoadTimeMs = 3000;
+ static const int kMaxLoadTimeMs = 7000;
bool ShouldOptimizeForLoadTime();
« no previous file with comments | « no previous file | src/heap/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698