Revert "Turn off bytecode jumptables to avoid Bug#36447"

This reverts commit 122198d2f1.
Should not be needed any more thanks to Pip Cet's patch to hash_table_rehash.
This commit is contained in:
Stefan Monnier 2019-07-09 16:16:37 -04:00
parent de229df09c
commit 6397716871

View file

@ -223,8 +223,7 @@ Possible values are:
This includes variable references and calls to functions such as `car'."
:type 'boolean)
;; Switch to back to t after solving Bug#36447.
(defcustom byte-compile-cond-use-jump-table nil
(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)