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

Unified Diff: vm/heap.h

Issue 10332296: Revert code heap size back to 8MB and fix the benchmark invocation to set the code heap size for be… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 7 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 | « vm/benchmark_test.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/heap.h
===================================================================
--- vm/heap.h (revision 7858)
+++ vm/heap.h (working copy)
@@ -39,7 +39,7 @@
// Default allocation sizes in MB for the old gen and code heaps.
static const intptr_t kHeapSizeInMB = 512;
- static const intptr_t kCodeHeapSizeInMB = 10;
+ static const intptr_t kCodeHeapSizeInMB = 8;
~Heap();
« no previous file with comments | « vm/benchmark_test.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698