emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 6397716: Revert "Turn off bytecode jumptables to av


From: Stefan Monnier
Subject: [Emacs-diffs] master 6397716: Revert "Turn off bytecode jumptables to avoid Bug#36447"
Date: Tue, 9 Jul 2019 16:17:26 -0400 (EDT)

branch: master
commit 63977168717166919f79bfa6938cf32705a0599e
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    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.
---
 lisp/emacs-lisp/bytecomp.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 495aed0..4315254 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]