JVM_IR: rename -Xparallel-backend-threads to -Xbackend-threads
This commit is contained in:
committed by
teamcityserver
parent
22a6dc0320
commit
778b04ae34
+2
-1
@@ -128,7 +128,8 @@ class K2JVMCompilerArguments : CommonCompilerArguments() {
|
|||||||
var doNotClearBindingContext: Boolean by FreezableVar(false)
|
var doNotClearBindingContext: Boolean by FreezableVar(false)
|
||||||
|
|
||||||
@Argument(
|
@Argument(
|
||||||
value = "-Xparallel-backend-threads",
|
value = "-Xbackend-threads",
|
||||||
|
valueDescription = "<N>",
|
||||||
description = "When using the IR backend, run lowerings by file in N parallel threads.\n" +
|
description = "When using the IR backend, run lowerings by file in N parallel threads.\n" +
|
||||||
"0 means use a thread per processor core.\n" +
|
"0 means use a thread per processor core.\n" +
|
||||||
"Default value is 1"
|
"Default value is 1"
|
||||||
|
|||||||
+1
-1
@@ -96,7 +96,7 @@ where advanced options include:
|
|||||||
* ignore
|
* ignore
|
||||||
* strict
|
* strict
|
||||||
* warn (report a warning)
|
* warn (report a warning)
|
||||||
-Xparallel-backend-threads When using the IR backend, run lowerings by file in N parallel threads.
|
-Xbackend-threads=<N> When using the IR backend, run lowerings by file in N parallel threads.
|
||||||
0 means use a thread per processor core.
|
0 means use a thread per processor core.
|
||||||
Default value is 1
|
Default value is 1
|
||||||
-Xprofile=<profilerPath:command:outputDir>
|
-Xprofile=<profilerPath:command:outputDir>
|
||||||
|
|||||||
Reference in New Issue
Block a user