Command-line tool for JS DCE

This commit is contained in:
Alexey Andreev
2017-04-24 17:20:14 +03:00
parent ca7062d776
commit 8a8fdf1968
46 changed files with 559 additions and 207 deletions
+6
View File
@@ -0,0 +1,6 @@
Usage: kotlin-dce-js <options> <source files>
where advanced options include:
-Xprint-reachability-info Print declarations marked as reachable
Advanced options are non-standard and may be changed or removed without any notice.
OK