diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-06-14 15:59:08 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-06-14 17:13:38 -0700 |
commit | 12fd59bba0b04fb6727f4fa54e3305a65fae1d44 (patch) | |
tree | a01a32e9fd01e35f566d97647e79acb43b43f9a3 /lisp/cus-edit.el | |
parent | ef66660c17d1b164414c46d67ba3494f8a18c8ec (diff) | |
download | emacs-12fd59bba0b04fb6727f4fa54e3305a65fae1d44.tar.gz emacs-12fd59bba0b04fb6727f4fa54e3305a65fae1d44.tar.bz2 emacs-12fd59bba0b04fb6727f4fa54e3305a65fae1d44.zip |
Avoid Lisp_Misc allocation if C stack suffices
* src/fileio.c (union read_non_regular): New type.
(read_non_regular, Finsert_file_contents):
Use it to avoid allocating a Lisp_Misc.
* src/keymap.c (union map_keymap): New type.
(map_keymap_char_table_item, map_keymap_internal):
Use it to avoid allocating a Lisp_Misc.
Diffstat (limited to 'lisp/cus-edit.el')
0 files changed, 0 insertions, 0 deletions