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

Unified Diff: sdk/bin/dart2js_sdk

Issue 892233003: dart2js: Remove heap-growth-flag that was passed to the VM. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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 | « sdk/bin/dart2js.bat ('k') | sdk/bin/dart2js_sdk.bat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/bin/dart2js_sdk
diff --git a/sdk/bin/dart2js_sdk b/sdk/bin/dart2js_sdk
index 5d7ec9c689023ad223726139e3ac5f3320cc0266..36b42a4f77136db25bc9c8e95ec563583a26d367 100755
--- a/sdk/bin/dart2js_sdk
+++ b/sdk/bin/dart2js_sdk
@@ -43,12 +43,6 @@ if test -f "$SNAPSHOT"; then
EXTRA_OPTIONS+=("--library-root=$SDK_DIR")
fi
-# Tell the VM to grow the heap more aggressively. This should only
-# be necessary temporarily until the VM is better at detecting how
-# applications use memory.
-# TODO(ahe): Remove this option (http://dartbug.com/6495).
-EXTRA_VM_OPTIONS[${#EXTRA_VM_OPTIONS[@]}]='--heap_growth_rate=512'
-
case $0 in
*_developer)
EXTRA_VM_OPTIONS+=('--checked')
« no previous file with comments | « sdk/bin/dart2js.bat ('k') | sdk/bin/dart2js_sdk.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698