unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* 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

* Re: symbol array not weak
  2011-01-05 21:31 symbol array not weak Andy Wingo
@ 2011-01-23 21:24 ` Andy Wingo
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Wingo @ 2011-01-23 21:24 UTC (permalink / raw)
  To: bug-guile

On Wed 05 Jan 2011 22:31, Andy Wingo <wingo@pobox.com> writes:

>   (let lp () (gensym) (lp))
>
> Indeed, memory rises and rises.

This is no longer the case.

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).