summaryrefslogtreecommitdiff
path: root/libguile/weak-set.c
Commit message (Expand)AuthorAgeFilesLines
* Fix finalizer resuscitation causing excessive GC...Andy Wingo2017-03-131-1/+17
* Remove scm_puts_unlocked....Andy Wingo2016-04-261-3/+3
* Remove scm_putc_unlocked....Andy Wingo2016-04-261-1/+1
* consolidate scm_i_register_weak_gc_callback, update weak-set to fit...Andy Wingo2013-01-201-75/+21
* Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2012-07-061-9/+9
* Fix lock handling bug in commit aac980de43a0466b968a56607664f5ebbca6b751....Ken Raeburn2012-05-201-1/+1
* Revert "with a threaded guile, lock weak sets and tables during a fork"...Andy Wingo2012-02-231-95/+13
* use the new finalizer helpers...Andy Wingo2012-02-191-2/+2
* better hysteresis in weak-set, weak-table...Andy Wingo2012-02-191-1/+37
* with a threaded guile, lock weak sets and tables during a fork...Andy Wingo2012-02-171-13/+95
* weaks: move an allocation outside a critical section...Andy Wingo2012-02-131-18/+37
* Revert "add SCM_HEAP_OBJECT_BASE"...Andy Wingo2012-01-311-2/+2
* support for new GC_move_disappearing_link...Andy Wingo2011-11-241-0/+4
* locking for putc, puts...Andy Wingo2011-11-081-4/+4
* add SCM_HEAP_OBJECT_BASE...Andy Wingo2011-10-241-2/+2
* add SCM_HEAP_OBJECT_P...Andy Wingo2011-10-241-4/+4
* add SCM_{PACK,UNPACK}_POINTER...Andy Wingo2011-10-241-11/+11
* refactor tc7 and tc16 checks...Andy Wingo2011-10-241-1/+1
* add weak sets...Andy Wingo2011-10-231-0/+887