Re: [PATCH] GC code cleanup #2

2006-01-30 Thread Ludovic Courtès
Hi, [EMAIL PROTECTED] (Ludovic Courtès) writes: > 2006-01-04 Ludovic Courtès <[EMAIL PROTECTED]> > > * libguile/gc-segment.c (scm_i_sweep_some_cards): Take a SWEEP_STATS > argument. Don't refer to SCM_GC_CELLS_COLLECTED and > SCM_CELLS_ALLOCATED. If SEG->FIRST_TIME, let CELL

Re: [PATCH] Inlining `scm_is_pair ()'

2006-01-30 Thread Ludovic Courtès
Hi, Marius Vollmer <[EMAIL PROTECTED]> writes: > I just put scm_is_pair into inline.h, using our existing inlining > machinery that should be portable enough. Ok? Ok, thanks! But (there's always a `but' ;-)) it feels somewhat wrong to put it in `inline.h' rather than in `pairs.h' just because