* symbol array not weak
@ 2011-01-05 21:31 Andy Wingo
2011-01-23 21:24 ` Andy Wingo
0 siblings, 1 reply; 2+ messages in thread
From: Andy Wingo @ 2011-01-05 21:31 UTC (permalink / raw)
To: bug-guile
The symbol interning code I posted indicates that elements of the hash
buckets are normal pairs, not weak key pairs. This is probably a bug,
and probably leads to leaked symbols.
To test:
(let lp () (gensym) (lp))
Indeed, memory rises and rises.
Andy
--
http://wingolog.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-23 21:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-05 21:31 symbol array not weak Andy Wingo
2011-01-23 21:24 ` Andy Wingo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).