Function: comp-add-const-to-relocs

comp-add-const-to-relocs is a byte-compiled function defined in comp.el.gz.

Signature

(comp-add-const-to-relocs OBJ)

Documentation

Keep track of OBJ into the ctxt relocations.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp.el.gz
(defsubst comp-add-const-to-relocs (obj)
  "Keep track of OBJ into the ctxt relocations."
  (puthash obj t (comp-data-container-idx (comp-alloc-class-to-container
                                           comp-curr-allocation-class))))