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: more gc stuff


Dirk Herrmann <dirk@ida.ing.tu-bs.de> writes:

> it looks as scm_gc_for_newcell is broken:  When gc is disabled via
> scm_block_gc, scm_igc won't bring any new cells.  However, in this case
> master->grow_heap_p won't be set also, because this flag is only set
> within gc_sweep_freelist_finish, which is only called if gc is not
> disabled.

right.  I'll commit the fix shortly.

[ had the fix in the private tree for weeks, but forgot to commit.
  ugh. ]

-- 
I have seen the future, and it does not work.


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