JVM_IR: perform file lowerings in parallel

Selected by -Xir-run-lowerings-in-paralled compiler flag.
This commit is contained in:
Georgy Bronnikov
2020-10-20 18:28:03 +03:00
parent c06b345f3c
commit bea5d955d4
5 changed files with 49 additions and 1 deletions
@@ -50,6 +50,10 @@ object CommonConfigurationKeys {
@JvmField
val USE_FIR_EXTENDED_CHECKERS = CompilerConfigurationKey.create<Boolean>("fir extended checkers")
@JvmField
val RUN_LOWERINGS_IN_PARALLEL =
CompilerConfigurationKey.create<Boolean>("When using the IR backend, run lowerings for each file in parallel")
}
var CompilerConfiguration.languageVersionSettings: LanguageVersionSettings