trivial-garbage / trivial-garbage

Portable GC-related APIs for Common Lisp.

Home Page:http://common-lisp.net/project/trivial-garbage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weak valued hash-tables have different semantics on e.g. SBCL and ACL

luismbo opened this issue · comments

E.g., on SBCL, if the value of a mapping in weak value hash-table is GCed, the mapping is removed whereas in ACL the mapping is not removed and the value is changed to NIL.

At the very least, document this difference.