emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 04f69f1: * lisp/loadup.el: Enlarge the size of the


From: Eli Zaretskii
Subject: [Emacs-diffs] master 04f69f1: * lisp/loadup.el: Enlarge the size of the hash table to 80000.
Date: Fri, 13 Nov 2015 09:53:35 +0000

branch: master
commit 04f69f1764301264c9d699be4cec2286249049b9
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/loadup.el: Enlarge the size of the hash table to 80000.
---
 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]