]> git.eshelyaron.com Git - emacs.git/commit
Increase the obarray size.
authorKen Raeburn <raeburn@raeburn.org>
Fri, 30 Dec 2016 22:41:26 +0000 (17:41 -0500)
committerKen Raeburn <raeburn@raeburn.org>
Fri, 30 Dec 2016 22:41:26 +0000 (17:41 -0500)
commit064701dc2048722a7ebd5b602e8c060bf3da538e
treea6090b6b8fa9d65dd734ada9104934084e3ba635
parentb0239945a36dafae908259a9a29c2a166ff53cee
Increase the obarray size.

In a typical GNU/Linux/X11 build, we wind up with over 15k symbols by
the time we've started.  The old obarray size ensured an average chain
length of 10 or more.

* src/lread.c (OBARRAY_SIZE): Increase to 15121.
src/lread.c