[K/JS] Rework IR deserialization and lowering phases to consume less memory
This commit is contained in:
@@ -231,6 +231,7 @@ abstract class AbstractKlibIrTextTestCase : CodegenTestCase() {
|
||||
irLinker.init(null, emptyList())
|
||||
ExternalDependenciesGenerator(symbolTable, listOf(irLinker)).generateUnboundSymbolsAsDependencies()
|
||||
irLinker.postProcess(inOrAfterLinkageStep = true)
|
||||
irLinker.clear()
|
||||
return testModule
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user