Function: comp--ssa-frame

comp--ssa-frame is a byte-compiled function defined in comp.el.gz.

Signature

(comp--ssa-frame comp--ssa-frame X)

Documentation

Access slot "frame" of comp--ssa struct X.

comp-vec of m-vars.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp.el.gz
(cl-defstruct (comp--ssa (:copier nil))
  "Support structure used while SSA renaming."
  (frame (comp--new-frame (comp-func-frame-size comp-func)
                         (comp-func-vframe-size comp-func) t)
         :type comp-vec
         :documentation "`comp-vec' of m-vars."))