On Mon, Nov 02, 2009 at 01:41:36PM +0000, Tim Bunce wrote: > After looking (quickly) at the code for Storable it seems that it's > adding _every_ SV to the table of seen pointers. > > Couldn't it just add those that have a ref count > 1? It also allows code hooks to be run at freeze time - these could make (additional) references to things already stored. So, to be as near completely general as possible, no it can't. (And currently it has no options to turn of generality. Also I've said previously that rather than adding yet more global variables to do something like this, I'd like to see a refactor to provide a scalable and maintainable option-passing system) Nicholas ClarkThread Previous | Thread Next