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:
parent
de229df09c
commit
6397716871
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue