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. |