Implement old FE perf test similar to FIR modularized

This commit is contained in:
Simon Ogorodnik
2019-04-10 21:32:15 +03:00
committed by Mikhail Glukhikh
parent 3c4f5be8fd
commit 6e3f173567
2 changed files with 165 additions and 1 deletions
@@ -374,7 +374,7 @@ object KotlinToJVMBytecodeCompiler {
return generate(environment, environment.configuration, result, environment.getSourceFiles(), null)
}
private fun analyze(environment: KotlinCoreEnvironment, targetDescription: String?): AnalysisResult? {
fun analyze(environment: KotlinCoreEnvironment, targetDescription: String?): AnalysisResult? {
val sourceFiles = environment.getSourceFiles()
val collector = environment.messageCollector