summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2019-07-09 16:16:37 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2019-07-09 16:16:37 -0400
commit63977168717166919f79bfa6938cf32705a0599e (patch)
treebc1ec7c566e5060954ea997aa332cd62ffe7bd7b /lisp/emacs-lisp
parentde229df09c012ed9c394a479e8bea4e9f175c4d1 (diff)
downloademacs-63977168717166919f79bfa6938cf32705a0599e.tar.gz
emacs-63977168717166919f79bfa6938cf32705a0599e.tar.bz2
emacs-63977168717166919f79bfa6938cf32705a0599e.zip
Revert "Turn off bytecode jumptables to avoid Bug#36447"
This reverts commit 122198d2f1aaf0b74c102874cc9b04ae4789f54f. Should not be needed any more thanks to Pip Cet's patch to hash_table_rehash.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/bytecomp.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 495aed09f38..431525431a4 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -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)