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', which uses the 6
;; lowest bits for an immediate argument.
(defconst byte-constant-limit 64
"Exclusive maximum index usable in the `byte-constant' opcode.")