index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
weak-table.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
More robust vacuuming of in-use weak tables
...
Andy Wingo
2017-11-01
1
-3
/
+22
*
Refactor weak table to use bitmaps for weak entries
Andy Wingo
2017-11-01
1
-82
/
+25
*
Weak tables are now bucket-and-chain tables
...
Andy Wingo
2017-11-01
1
-511
/
+212
*
Fix finalizer resuscitation causing excessive GC
...
Andy Wingo
2017-03-13
1
-1
/
+17
*
Add weak-table fast path for update
...
Andy Wingo
2016-11-26
1
-0
/
+10
*
Fix scm_weak_table_refq for undefined default
...
Andy Wingo
2016-11-26
1
-3
/
+0
*
Remove scm_puts_unlocked.
...
Andy Wingo
2016-04-26
1
-3
/
+3
*
Remove scm_putc_unlocked.
...
Andy Wingo
2016-04-26
1
-1
/
+1
*
Merge commit 'b86069c1308a6ca36f3a3bc56134b3f8fd693592'
...
Andy Wingo
2014-02-08
1
-2
/
+2
*
weak-table consolidation around scm_i_register_weak_gc_callback
...
Andy Wingo
2013-01-20
1
-72
/
+21
*
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-07-06
1
-12
/
+12
*
Fix lock handling bug in commit aac980de43a0466b968a56607664f5ebbca6b751.
...
Ken Raeburn
2012-05-20
1
-1
/
+1
*
hash-set! on weak tables returns the value
...
Andy Wingo
2012-03-02
1
-10
/
+4
*
Revert "with a threaded guile, lock weak sets and tables during a fork"
...
Andy Wingo
2012-02-23
1
-94
/
+14
*
use the new finalizer helpers
...
Andy Wingo
2012-02-19
1
-2
/
+2
*
better hysteresis in weak-set, weak-table
...
Andy Wingo
2012-02-19
1
-1
/
+37
*
with a threaded guile, lock weak sets and tables during a fork
...
Andy Wingo
2012-02-17
1
-14
/
+94
*
weaks: move an allocation outside a critical section
...
Andy Wingo
2012-02-13
1
-16
/
+34
*
Revert "add SCM_HEAP_OBJECT_BASE"
...
Andy Wingo
2012-01-31
1
-8
/
+8
*
support for new GC_move_disappearing_link
...
Andy Wingo
2011-11-24
1
-4
/
+30
*
locking for putc, puts
...
Andy Wingo
2011-11-08
1
-4
/
+4
*
add SCM_HEAP_OBJECT_BASE
...
Andy Wingo
2011-10-24
1
-5
/
+5
*
add SCM_HEAP_OBJECT_P
...
Andy Wingo
2011-10-24
1
-2
/
+2
*
add SCM_{PACK,UNPACK}_POINTER
...
Andy Wingo
2011-10-24
1
-12
/
+12
*
refactor tc7 and tc16 checks
...
Andy Wingo
2011-10-24
1
-1
/
+1
*
reimplement hashtab.c's weak hash tables in terms of weak-table.c
...
Andy Wingo
2011-10-24
1
-0
/
+84
*
add weak table implementation
...
Andy Wingo
2011-10-24
1
-0
/
+1050