Re: [PATCH] Removed a useless GC invocation

2005-12-29 Thread Neil Jerram
[EMAIL PROTECTED] (Ludovic Courtès) writes: > Hi, > > In `next_fluid_num ()', an `scm_gc ()' call was systematically triggered > at startup time. This patch fixes this. > Looks good to me. Applied, thanks. Neil ___ Guile-devel mailing list G

Re: [PATCH] Per-module reader, take #3

2005-12-29 Thread Neil Jerram
Marius Vollmer <[EMAIL PROTECTED]> writes: > Neil Jerram <[EMAIL PROTECTED]> writes: > >> (Sudden confusion: Are fluids part of R5RS? If so, why do we need the >> parameters SRFI? I guess I need to go and reread it.) > > No no no, fluids are not part of R5RS. I think we should implement > the p