mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-26 13:10:22 +02:00
Trim (ice-9 guardians) module use list
* module/ice-9/guardians.scm: Remove useless include.
This commit is contained in:
parent
66f9815c3f
commit
95856446f5
1 changed files with 2 additions and 3 deletions
|
@ -15,13 +15,13 @@
|
|||
;;; <http://www.gnu.org/licenses/>.
|
||||
|
||||
;;; Commentary:
|
||||
;;;
|
||||
;;;
|
||||
;;; This is an implementation of guardians as described in:
|
||||
;;;
|
||||
;;; R. Kent Dybvig, Carl Bruggeman, and David Eby. "Guardians in a
|
||||
;;; Generation-Based Garbage Collector." PLDI 1993.
|
||||
;;; https://dl.acm.org/doi/abs/10.1145/173262.155110
|
||||
;;;
|
||||
;;;
|
||||
;;; Our implementation is terms of Whippet's multi-priority finalizers:
|
||||
;;; https://wingolog.org/archives/2024/07/22/finalizers-guardians-phantom-references-et-cetera
|
||||
;;;
|
||||
|
@ -33,7 +33,6 @@
|
|||
|
||||
|
||||
(define-module (ice-9 guardians)
|
||||
#:use-module (srfi srfi-9)
|
||||
#:use-module (system finalizers)
|
||||
#:use-module (ice-9 atomic)
|
||||
#:use-module (ice-9 match)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue