Variable: comp-limple-calls
comp-limple-calls is a variable defined in comp-common.el.gz.
Value
(call callref direct-call direct-callref)
Documentation
Limple operators used to call subrs.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp-common.el.gz
(defconst comp-limple-calls '(call
callref
direct-call
direct-callref)
"Limple operators used to call subrs.")