Variable: cconv-liftwhen

cconv-liftwhen is a variable defined in cconv.el.gz.

Value

6

Documentation

Try to do lambda lifting if the number of arguments + free variables is less than this number.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/cconv.el.gz
(defconst cconv-liftwhen 6
  "Try to do lambda lifting if the number of arguments + free variables
is less than this number.")