Variable: byte-constant-limit
byte-constant-limit is a variable defined in bytecomp.el.gz.
Value
64
Documentation
Exclusive maximum index usable in the byte-constant opcode.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
;; codes 193-255 are consumed by byte-constant.
(defconst byte-constant-limit 64
"Exclusive maximum index usable in the `byte-constant' opcode.")