summaryrefslogtreecommitdiff
path: root/libguile/private-gc.h
AgeCommit message (Expand)AuthorFilesLines
2011-10-24remove CELL_P macroAndy Wingo1-13/+1
2009-08-28Remove deprecated variables/macros from the GC headers.Ludovic Courtès1-64/+3
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-11/+11
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-03-26Remove multiple definition of `scm_i_marking'.Ludovic Courtès1-5/+4
2008-09-11Revise GC asserts.Han-Wen Nienhuys1-2/+3
2008-09-10Fix broken GC and threads merge.Ludovic Courtès1-0/+3
2008-09-10Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-22/+11
2008-09-10Merge commit '032913739218c756f673bfb9c8f66ef9f8f02330' into boehm-demers-wei...Ludovic Courtès1-3/+18
2008-09-09Use Gnulib's `count-one-bits' as a replacement for `scm_i_uint_bit_count ()'.Ludovic Courtès1-1/+0
2008-09-05Merge from lcourtes@laas.fr--2005-mobileLudovic Courtes1-176/+0
2008-08-16Add a statistic for tracking how many cells are marked conservatively.Han-Wen Nienhuys1-0/+1
2008-08-16Garbage collection cleanup.Han-Wen Nienhuys1-52/+40
2008-08-16Remove comments about removed variables.Han-Wen Nienhuys1-12/+0
2008-08-16Introduce scm_i_marking to detect when GC mark bits are touchedHan-Wen Nienhuys1-0/+5
2008-08-14Whitespace and formatting fixes.Han-Wen Nienhuys1-15/+0
2008-05-31Add `SCM_INTERNAL' macro, use it.Ludovic Courtès1-34/+44
2007-01-22add FSF header.Han-Wen Nienhuys1-3/+18
2006-11-08Changes from arch/CVS synchronizationLudovic Courtès1-4/+5
2006-05-07(CELL_P): Also check that the potential pointer isMarius Vollmer1-1/+11
2006-02-14Ludovic's patch for scm_t_sweep_statistics.Han-Wen Nienhuys1-5/+38
2005-01-27* gc.c (s_scm_gc_live_object_stats): return alist, not hashtable.Han-Wen Nienhuys1-0/+6
2004-10-19(SCM_DEFAULT_MAX_SEGMENT_SIZE): Increase to 20 Mib.Marius Vollmer1-1/+2
2002-09-05* gc-segment.c (scm_i_make_initial_segment): check user settingsHan-Wen Nienhuys1-2/+3
2002-08-28* gc.h: remove DOUBLECELL card flags.Han-Wen Nienhuys1-3/+7
2002-08-08* gc.h: add scm_debug_cells_gc_interval to public interfaceHan-Wen Nienhuys1-1/+2
2002-08-04gc statistic tweaksHan-Wen Nienhuys1-0/+1
2002-08-04 more codeHan-Wen Nienhuys1-0/+239