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:
parent
27b93ec0a5
commit
afd3e98f65
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user