Commit graph

13 commits

Author SHA1 Message Date
nweiz@google.com 326891de60 Support symlinking to dart-sdk executables on Linux and Mac.
R=ahe@google.com, brianwilkerson@google.com, rnystrom@google.com
BUG=9409

Review URL: https://codereview.chromium.org//68503004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30287 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-14 19:28:07 +00:00
ricow@google.com c0c636652c Add support for passing in vm options to the dart2js scripts.
R=ahe@google.com

Review URL: https://codereview.chromium.org//23618063

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27690 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-20 08:25:05 +00:00
ahe@google.com 216289bcb1 dart2js has its own snapshot.
R=ngeoffray@google.com

Review URL: https://codereview.chromium.org//19795006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25344 260f80e4-7a28-3924-810f-c04153c831b5
2013-07-23 14:58:28 +00:00
kasperl@google.com 679b8760a6 Reland "Add --version option to dart2js and add version information (if available) to generated code."
R=ahe@google.com
BUG=

Review URL: https://codereview.chromium.org//16114013

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23378 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-30 05:49:28 +00:00
kasperl@google.com e90972e3e0 Revert "Add --version option to dart2js and add version information (if available) to generated code."
This reverts commit f67288738b5184572db13b35ff5f84438e03e907.

R=ahe@google.com
BUG=

Review URL: https://codereview.chromium.org//15915013

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23356 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-29 17:33:32 +00:00
kasperl@google.com 3c95824799 Add --version option to dart2js and add version information (if available) to generated code.
Remove the 'Using snapshot ...' comment from sdk/bin/dart2js since we are
now relatively sure it works.

R=ahe@google.com, ngeoffray@google.com
BUG=http://dartbug.com/4439, http://dartbug.com/9848

Review URL: https://codereview.chromium.org//15957006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23355 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-29 17:01:09 +00:00
ricow@google.com 00da866b33 Move the dart2js snapshot into bin directory of sdk root.
This is the first step in eliminating lib/_internal.
Review URL: https://codereview.chromium.org//13945008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21247 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-11 05:47:24 +00:00
asiva@google.com 5858afd74a Write the magic number 0xf5f5dcdc into a script snapshot file and use this to distinguish whether a script snapshot or a regular script file is being passed on the command line (removed the --use-script-snapshot option).
Review URL: https://codereview.chromium.org//12438033

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20339 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-21 18:47:49 +00:00
iposva@google.com e8ade81cf7 - Remove the --no-use-inlining flag as it is not beneficial as the compiled programs grow.
Review URL: https://codereview.chromium.org//12386030

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19559 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-06 14:44:18 +00:00
asiva@google.com d313a1243f 1. Change option --use_script_snapshot to --use-script-snapshot (easier to type).
2. Use dart binary with the --generate-script-snapshot option to generate dart2js snapshot
Review URL: https://codereview.chromium.org//12084010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17686 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-26 05:47:56 +00:00
ahe@google.com d45a3d0d69 Correct snapshot location and fix a dependency problem.
Review URL: https://codereview.chromium.org//11411260

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15519 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-29 14:49:44 +00:00
ahe@google.com c17990a886 Call dart2js directly from sdk/bin.
Review URL: https://codereview.chromium.org//11299206

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15512 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-29 12:15:29 +00:00
dgrove@google.com 65db39f5cf Create wrappers for MacOS/Linux to allow sdk "binaries" to be
run from the repo.
Review URL: https://codereview.chromium.org//11381003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14764 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-09 23:04:42 +00:00