]> git.eshelyaron.com Git - emacs.git/commit
Rearrange and pack hash table fields to reduce space
authorMattias EngdegÄrd <mattiase@acm.org>
Tue, 6 Feb 2024 14:23:53 +0000 (15:23 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 7 Feb 2024 10:56:01 +0000 (11:56 +0100)
commit5709b6b5323b124cb0426534ffbd6a4cab8abe53
treed14dae0341f1586fc939297f6eb98044da10d7b1
parent38d558f2f8c37ba7ff6e0ebd4e3d5fd48ed49775
Rearrange and pack hash table fields to reduce space

* src/lisp.h (struct Lisp_Hash_Table): Move and reduce width of fields
where possible; this saves an entire word at no apparent cost.

(cherry picked from commit 05e3183ede3a08993a7d209fb14153abaed0c74e)
src/lisp.h