This is the mail archive of the guile@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: Another new gc



I don't really understand why the heap expansion policy affects
whether segregating GC marks from objects is faster that including
them in the cells themselves.  It seems like this should either be
irrelevant, or the performance should vary depending on how much
memory the application uses.  Any ideas?