]> git.eshelyaron.com Git - emacs.git/commit
Shrink static heap a bit
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 30 Jan 2016 22:20:57 +0000 (14:20 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 30 Jan 2016 23:26:08 +0000 (15:26 -0800)
commit2ee29634fe25352fb320bc0e04e0cae3eca5ad97
tree69e4488f1738cdd0173551401183456ef03e5bf3
parent3d82a8ee4bd392ae536c8c3640140d1d0f594f44
Shrink static heap a bit

* src/sheap.h: Include lisp.h, for Lisp_Object.
(STATIC_HEAP_SIZE): Now an enum constant, not a macro.
Make it 2 MiB * sizeof (Lisp_Object), which is a bit more
conservative than the old value.
(Bug#22086)
src/sheap.h