Garbage collection of symbols
I'm porting a large legacy application to LispWorks which makes heavy use of symbols and symbol property lists. I'd like to know if and when symbols themselves are GC'd by LW. Does it suffice if they are no longer accessible (from a package or from some other data structure)? Will a non-empty property list prevent the symbol from being GC'd? Aynthing else to watch out for? Thanks, Edi.