Ascape analysis is disabled

This commit is contained in:
Konstantin Anisimov
2017-02-16 15:48:25 +07:00
parent 86cca4488f
commit 88a794019a
2 changed files with 9 additions and 9 deletions
@@ -238,7 +238,7 @@ internal class CodeGeneratorVisitor(val context: Context) : IrElementVisitorVoid
override fun visitModuleFragment(module: IrModuleFragment) {
context.log("visitModule : ${ir2string(module)}")
computeLifetimes(module, this.codegen, resultLifetimes)
// computeLifetimes(module, this.codegen, resultLifetimes)
module.acceptChildrenVoid(this)
appendLlvmUsed(context.llvm.usedFunctions)
+8 -8
View File
@@ -1078,10 +1078,10 @@ task inline2(type: RunKonanTest) {
source = "codegen/inline/inline2.kt"
}
//task inline3(type: RunKonanTest) {
// goldValue = "5\n"
// source = "codegen/inline/inline3.kt"
//}
task inline3(type: RunKonanTest) {
goldValue = "5\n"
source = "codegen/inline/inline3.kt"
}
task vararg0(type: RunKonanTest) {
source = "lower/vararg.kt"
@@ -1102,10 +1102,10 @@ task inline6(type: RunKonanTest) {
source = "codegen/inline/inline6.kt"
}
//task inline7(type: RunKonanTest) {
// goldValue = "1\n2\n3\n"
// source = "codegen/inline/inline7.kt"
//}
task inline7(type: RunKonanTest) {
goldValue = "1\n2\n3\n"
source = "codegen/inline/inline7.kt"
}
task inline8(type: RunKonanTest) {
goldValue = "8\n"