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

Unified Diff: Source/platform/heap/CallbackStack.h

Issue 648633002: Oilpan: Scale up the number of marking threads according to available processors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 months 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 | Source/platform/heap/Heap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/CallbackStack.h
diff --git a/Source/platform/heap/CallbackStack.h b/Source/platform/heap/CallbackStack.h
index 17e95abf06b87126956de48ebd5911e55d805f23..516fe9b08dacbd0ab07f5cea61fd79a4a22d92d2 100644
--- a/Source/platform/heap/CallbackStack.h
+++ b/Source/platform/heap/CallbackStack.h
@@ -53,7 +53,7 @@ public:
bool hasCallbackForObject(const void*);
#endif
- static const size_t blockSize = 200;
+ static const size_t blockSize = 128;
private:
class Block;
« no previous file with comments | « no previous file | Source/platform/heap/Heap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698