This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Suggestion for strings.c


On 26 Jan 2000, Jost Boekemeier wrote:

> Dirk Herrmann <dirk@ida.ing.tu-bs.de> writes:
> 
> > On 26 Jan 2000, Jost Boekemeier wrote:
> > 
> > > 
> > > Forget symbol.c  I've re-written it completely.
> > 
> > Great!  However, what about that 'slot' parameter in strings.c?
> 
> "Heavy weight" symbols (msymbols) are gone and strings don't have
> slots anymore.

If I understand you correctly, you also have already changed scm_makstr
and scm_makfromstr to not have any slot parameter at all?  Or is this
specific change yet to be done?  The code in scm_makstr and scm_makfromstr
does still work if no slots are used any more:  In this case the functions
are always called with a slot number of 0 which results in just an
ordinary string being produced, but I'd like to remove that overhead
throughout guile (except you already did it).

Dirk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]