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

This commit is contained in:
Eli Zaretskii 2015-11-13 11:52:53 +02:00
parent e221d32daf
commit 04f69f1764

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)