mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
cmp: add a comment that explains the purpose of the structure VV
This commit is contained in:
parent
edfaec9a6b
commit
6e161b5f44
1 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,11 @@
|
|||
;;; The following routines help in determining these types, and also in moving
|
||||
;;; data from one location to another.
|
||||
|
||||
;;; VV represents an object referenced in the compiled program. In the first
|
||||
;;; pass VV instances are added to the vector *REFERENCED-OBJECT*, and in the
|
||||
;;; second pass the backend decides if the referenced object can be inlined, or
|
||||
;;; if it needs to be put in the data segment and initialized at load-time.
|
||||
|
||||
(defstruct vv
|
||||
(location nil)
|
||||
(used-p nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue