Hmm so how to proceed? I can build up a model on top of cecil but that would
be *a lot* of duplication.

I can not cache in the short term and that will solve memory issues but also
adds a few seconds to process, hence the caching.

The not caching is an acceptable intermediary solution but longer term I
would prefer to be able to cache.

Greg

On Mon, Dec 6, 2010 at 12:23 PM, Jb Evain <[email protected]> wrote:

> On Mon, Dec 6, 2010 at 6:18 PM, Greg Young <[email protected]>
> wrote:
> > any way to detach them? although not too worried as they are generally
> > fairly small.
>
> TypeReferences are small, but they have an hard link to their defining
> ModuleDefinition. And basically a ModuleDefinition keeps every object
> in its metadata system.
>
> > ouch one question, if I detach the typedefinition I imagine resolve wont
> > work any more is this correct or does the reference have a direct link? I
> > could go look at source but I am lazy :)
>
> That is correct.
>
> Jb
>
> --
> --
> mono-cecil




-- 
Les erreurs de grammaire et de syntaxe ont été incluses pour m'assurer de
votre attention

-- 
--
mono-cecil

Reply via email to