projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de229df
)
Revert "Turn off bytecode jumptables to avoid Bug#36447"
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 9 Jul 2019 20:16:37 +0000
(16:16 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 9 Jul 2019 20:16:37 +0000
(16:16 -0400)
This reverts commit
122198d2f1aaf0b74c102874cc9b04ae4789f54f
.
Should not be needed any more thanks to Pip Cet's patch to hash_table_rehash.
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index 495aed09f3822970bea08f88b2e1fa91dd38c84c..431525431a407a08a8ca26d0cda6c646f3ccbf73 100644
(file)
--- 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)