1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00

* lisp/loadup.el: Enlarge the size of the hash table to 80000.

Backport.
This commit is contained in:
Eli Zaretskii 2015-11-13 11:52:53 +02:00
parent 27b93ec0a5
commit afd3e98f65

View File

@ -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)