mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
doubly-weak callers db
* module/system/xref.scm (ensure-callers-db): Store the callers db as a doubly-weak hash table.
This commit is contained in:
parent
b190790255
commit
7eba9c99c2
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@
|
|||
|
||||
(if (not *callers-db*)
|
||||
(begin
|
||||
(set! db (make-hash-table))
|
||||
(set! db (make-doubly-weak-hash-table))
|
||||
(visit-module the-root-module)
|
||||
(set! *callers-db* db)))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue