Introduce -Xprogressive

This commit is contained in:
Dmitry Savvinov
2018-03-29 13:17:09 +03:00
parent 2e9bf49921
commit e8181c0473
12 changed files with 103 additions and 11 deletions
+5
View File
@@ -16,6 +16,11 @@ where advanced options include:
-Xno-check-actual Do not check presence of 'actual' modifier in multi-platform projects
-Xno-inline Disable method inlining
-Xplugin=<path> Load plugins from the given classpath
-Xprogressive Enable compiler progressive mode.
In this mode, deprecations and bug fixes for unstable code take effect immediately,
instead of going through graceful migration cycle.
Code, written in progressive mode is backward compatible; however, code written in
non-progressive mode may cause compilation errors in progressive mode.
-Xproper-ieee754-comparisons Generate proper IEEE 754 comparisons in all cases if values are statically known to be of primitive numeric types
-Xread-deserialized-contracts Enable reading of contracts from metadata
-Xreport-output-files Report source to output files mapping