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

Unified Diff: dart/utils/compiler/build_helper.dart

Issue 11414144: Increase the heap growth rate as it decreases compile-time by as much as 10%. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/utils/compiler/build_helper.dart
diff --git a/dart/utils/compiler/build_helper.dart b/dart/utils/compiler/build_helper.dart
index fa2ec0c3687c8bafabf2d75841764578c66e5482..a77ec38c476994f02f7bae6a1cd864b7f971f41c 100644
--- a/dart/utils/compiler/build_helper.dart
+++ b/dart/utils/compiler/build_helper.dart
@@ -95,7 +95,7 @@ List<String> buildScript(String name,
// be necessary temporarily until the VM is better at detecting how
// applications use memory.
// TODO(ahe): Remove this option.
ngeoffray 2012/11/27 09:07:37 Please also mention the bug number.
ahe 2012/11/27 09:53:28 Done.
- options = ' --heap_growth_rate=32$options';
+ options = ' --heap_growth_rate=512$options';
// Tell the VM to don't bother inlining methods. So far it isn't
// paying off but the VM team is working on fixing that.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698