Class AuxiliaryCache


  • public class AuxiliaryCache
    extends java.lang.Object
    A cache for auxiliary information based on an SSA representation

    A mapping from (IMethod,Context) -> SSAOptions -> SoftReference -> something

    This doesn't work very well ... GCs don't do such a great job with SoftReferences ... revamp it.

    • Constructor Detail

      • AuxiliaryCache

        public AuxiliaryCache()