Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Loading
Simon Marlow's avatar
Simon Marlow authored
Allow the memo table itself to be collected when the function becomes
unreachabl.

	- individual finalizers refer back to the memo table
	  via a weak pointer.

	- a finalizer for the whole table walks through each
	  bucket calling 'finalize' on every weak pointer.
250cd3d0
History