emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 afd3e98 06/14: * lisp/loadup.el: Enlarge the size


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 afd3e98 06/14: * lisp/loadup.el: Enlarge the size of the hash table to 80000.
Date: Fri, 13 Nov 2015 20:03:33 +0000

branch: emacs-25
commit afd3e98f6559d8294e08c8f7b14b6c0ced097ba5
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/loadup.el: Enlarge the size of the hash table to 80000.
    
    Backport.
---
 lisp/loadup.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/loadup.el b/lisp/loadup.el
index fef111f..f0caa8b 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -73,7 +73,7 @@
 
 (if (eq t purify-flag)
     ;; Hash consing saved around 11% of pure space in my tests.
-    (setq purify-flag (make-hash-table :test 'equal :size 70000)))
+    (setq purify-flag (make-hash-table :test 'equal :size 80000)))
 
 (message "Using load-path %s" load-path)
 



reply via email to

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