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

Unified Diff: runtime/bin/vmstats/README

Issue 14191002: Added dart2js-generated vmstats.dart, to support non-Dartium browsers. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 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 | runtime/bin/vmstats/vmstats.dart.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmstats/README
===================================================================
--- runtime/bin/vmstats/README (revision 0)
+++ runtime/bin/vmstats/README (revision 0)
@@ -0,0 +1,13 @@
+This is the VM Stats program built into the Dart executable.
+
+These files are converted into binary resources during the build, and
+linked into the Dart executable so it is self-contained. These resources
+are available via a built-in HTTP server, enabled with the --stats flag.
+
+Since dart2js requires the dart executable, the vm_stats.dart.js file is
+not re-created with the build. Instead, it should be regenerated whenever
+any of the dart files change, and committed with those changes. To
+regenerate, from this directory run:
+
+ $ ../../../out/ReleaseIA32/dart-sdk/bin/dart2js -ovmstats.dart.js \
+ vmstats.dart
« no previous file with comments | « no previous file | runtime/bin/vmstats/vmstats.dart.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698