Variable: byte-compile-cond-use-jump-table

byte-compile-cond-use-jump-table is a customizable variable defined in bytecomp.el.gz.

This variable is obsolete since 31.1.

Value

t

Documentation

Compile cond clauses to a jump table implementation (using a hash-table).

This variable was added, or its default value changed, in Emacs 26.1.

Probably introduced at or before Emacs version 26.1.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defcustom byte-compile-cond-use-jump-table t
  "Compile `cond' clauses to a jump table implementation (using a hash-table)."
  :version "26.1"
  :type 'boolean)