[K/JS] Rework IR deserialization and lowering phases to consume less memory
This commit is contained in:
@@ -75,6 +75,7 @@ fun compileToLoweredIr(
|
||||
|
||||
irLinker.postProcess(inOrAfterLinkageStep = true)
|
||||
irLinker.checkNoUnboundSymbols(symbolTable, "at the end of IR linkage process")
|
||||
irLinker.clear()
|
||||
|
||||
for (module in allModules)
|
||||
for (file in module.files)
|
||||
|
||||
Reference in New Issue
Block a user