From efc182e49ca2c2aacaa637b16d50e77d00003f55 Mon Sep 17 00:00:00 2001
From: Misha Brukman
To solve this problem, eventually the PassManger class will accept a -ModuleSource object instead of a Module itself. When complete, this +
To solve this problem, eventually the PassManager class will accept +a ModuleSource object instead of a Module itself. When complete, this will also allow for streaming of functions out of the bytecode representation, allowing us to avoid holding the entire program in memory at once if we only are dealing with FunctionPasses.
@@ -1396,7 +1396,7 @@ capable of this, the loader just needs to be reworked a bit.