Add new configuration key that can enable IR inlining for JVM

This commit is contained in:
Ivan Kylchik
2022-12-07 21:35:07 +01:00
committed by Space Team
parent ab2c3572ab
commit 1c210822ea
5 changed files with 22 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@ where advanced options include:
-Xemit-jvm-type-annotations Emit JVM type annotations in bytecode
-Xdebug Enable debug mode for compilation.
Currently this includes spilling all variables in a suspending context regardless their liveness.
-Xir-inliner Inline functions using IR inliner instead of bytecode inliner
-Xjvm-enable-preview Allow using features from Java language that are in preview phase.
Works as `--enable-preview` in Java. All class files are marked as preview-generated thus it won't be possible to use them in release environment
-Xenhance-type-parameter-types-to-def-not-null