diff --git a/goblins/core.rkt b/goblins/core.rkt index b99e796..14c849d 100644 --- a/goblins/core.rkt +++ b/goblins/core.rkt @@ -677,6 +677,9 @@ (define (make-become-sealer-triplet) (struct become (handler-unseal return-val-unseal) + ;; #:authentic and #:sealed, in theory, reduce the scope of + ;; how structs might be used in a way that results in a slight + ;; speedup (usually, or so it seems) #:authentic ;; Requires Racket v8.0.0.7+ ;; but that's been out for a while...