aboutsummaryrefslogtreecommitdiff
path: root/src/image.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.lisp')
-rw-r--r--src/image.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/image.lisp b/src/image.lisp
index 28e1df1..0f136d5 100644
--- a/src/image.lisp
+++ b/src/image.lisp
@@ -287,7 +287,8 @@ then quietly skip over this property by applying it like this:
;; a remote Lisp image and every time we establish a further FORK-CONNECTION,
;; however, though perhaps we could arrange to avoid dumping an executable if
;; we know that we aren't going to need to reinvoke it, by having connection
-;; types push hostattrs.
+;; types push hostattrs. We would also need to resolve issues detailed under
+;; "Dumping and reinvoking Lisp" in pitfalls.rst.
;;
;; If we took this approach, then we'd have implementation-specific dumping
;; code, but the code to reinvoke the dumped images would be fully portable --