/[guile]/guile/guile-core/libguile/gc-card.c
ViewVC logotype

Diff of /guile/guile-core/libguile/gc-card.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by mvo, Sat Apr 5 19:10:23 2003 UTC revision 1.14 by hanwen, Wed Apr 9 09:29:43 2003 UTC
# Line 94  scm_i_sweep_card (scm_t_cell *  p, SCM * Line 94  scm_i_sweep_card (scm_t_cell *  p, SCM *
94    
95    /*    /*
96      I tried something fancy with shifting by one bit every word from      I tried something fancy with shifting by one bit every word from
97      the bitvec in turn, but it wasn't any faster, but quite bit      the bitvec in turn, but it wasn't any faster, but quite a bit
98      hairier.      hairier.
99     */     */
100    for (p += offset; p < end; p += span, offset += span)    for (p += offset; p < end; p += span, offset += span)

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26