Variable: byte-optimize--inhibit-outside-loop-constprop

byte-optimize--inhibit-outside-loop-constprop is a variable defined in byte-opt.el.gz.

Value

nil

Documentation

If t, don't propagate values for variables declared outside the inner loop.

This indicates the loop discovery phase.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/byte-opt.el.gz
(defvar byte-optimize--inhibit-outside-loop-constprop nil
  "If t, don't propagate values for variables declared outside the inner loop.
This indicates the loop discovery phase.")