]> git.eshelyaron.com Git - emacs.git/commit
Speed up make_lisp_symbol when debugging
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Jan 2024 00:52:31 +0000 (16:52 -0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 21 Jan 2024 07:31:25 +0000 (08:31 +0100)
commited457320f4a0660b2821ebaa9c93e50e68530a4a
treee3c40300757b2f98e89bf40ac2669e90343180ed
parenta1a807e44d4d8e1b9a8610e076d3751fda3bbe63
Speed up make_lisp_symbol when debugging

* src/lisp.h (make_lisp_symbol): In eassert use XBARE_SYMBOL
rather than XSYMBOL.  This is safe because the symbol must be
bare.  The change speeds up make_lisp_symbol when debugging.

(cherry picked from commit bdcd662a21f4c4265f704b69deb9cf277a663ea7)
src/lisp.h