Comment 22 for bug 1335323

Revision history for this message
Robert P. Goldman (rpgoldman) wrote :

As far as I could tell, the establishment of the ASDF cache is in the top level invocation of OPERATE, which is not invoked recursively. So can't we put such a restart up there, allowing potentially unbounded modifications to the ASDF loading configuration?

I still don't see how we can establish an exhaustive set of cache lines that should be cleared. What's the algorithm for computing the set of cache lines that are stale? I'd certainly prefer to clear selectively, but without such an algorithm, the only solution that's sound is to clear the cache completely.