Introduce compiler option to dump declaration mapping.

This commit is contained in:
Ilya Gorbunov
2016-03-15 18:39:43 +03:00
parent 4e49187549
commit e7d75fccd6
8 changed files with 22 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@ where advanced options include:
-Xreport-perf Report detailed performance statistics
-Xallow-kotlin-package Allow compiling code in package 'kotlin'
-Xskip-metadata-version-check Try loading binary incompatible classes, may cause crashes
-Xdump-declarations-to <path> Path to JSON file to dump Java to Kotlin declaration mappings
-Xno-inline Disable method inlining
-Xrepeat <count> Repeat compilation (for performance analysis)
-Xplugin <path> Load plugins from the given classpath