On Fri, Feb 4, 2011 at 1:01 AM, Greg Young <[email protected]> wrote: > If I were to eager instead of delay load could I disconnect the > MetdataReader.buffer from these early?
Probably not. Cecil is keeping the metadata section in memory for the lazy loading of metadata and IL. I investigated other ways (keeping files open and seeking back and forth), it didn't really perform well. Jb -- -- mono-cecil
