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

Unified Diff: dart/frog/frog.py

Issue 9355031: Improve List implementation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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 | dart/frog/leg/emitter.dart » ('j') | dart/frog/leg/emitter.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/frog.py
diff --git a/dart/frog/frog.py b/dart/frog/frog.py
index 6d9b7e34541b2090850ade65a5d9d1a4fb3c3e65..1c6bf31dd9bc45a5acb45069ae4877bc4d31b531 100755
--- a/dart/frog/frog.py
+++ b/dart/frog/frog.py
@@ -77,7 +77,7 @@ def parseOptions(args):
help='The location of the VM.')
optionParser.add_option('--js_cmd',
- default = 'node --crankshaft', # node is really slow without this.
+ default = '%s --crankshaft' % D8,
metavar='FILE', help='The shell cmd to use to run output JS code.')
optionParser.add_option('--keep_files',
« no previous file with comments | « no previous file | dart/frog/leg/emitter.dart » ('j') | dart/frog/leg/emitter.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698