guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Release 1.6 critical TODO items.


From: Martin Grabmueller
Subject: Re: Release 1.6 critical TODO items.
Date: Tue, 29 Jan 2002 12:24:26 +0100

> From: Marius Vollmer <address@hidden>
> Date: 28 Jan 2002 23:16:08 +0100
> 
> Martin Grabmueller <address@hidden> writes:
> 
> > Then this would be used in `scm_gensym' instead of `scm_mem2symbol'.
> > Symbols created with would then be unique.
> 
> Yes, let's implement this.
> 
> What about using a special hash value to identify uninterned symbols?
> This would be needed when printing them, for example, and it will be
> faster than looking them up in 'symbols'.

Why do we need to look up the symbol?  The print name is stored in the
symbol, right?

'martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]