]> git.eshelyaron.com Git - emacs.git/commit
* admin/unidata/emoji-zwj.awk: More efficient code generation
authorMattias Engdegård <mattiase@acm.org>
Thu, 7 Sep 2023 09:25:46 +0000 (11:25 +0200)
committerMattias Engdegård <mattiase@acm.org>
Thu, 7 Sep 2023 15:55:09 +0000 (17:55 +0200)
commit7c55bf59bb77d1dddbf32d716655de8f98444df4
treeb471f865d2b0d897e77188e28e06f7c664c1ad15
parenta412d3c46cc4e53a78793dd4e129918452516caa
* admin/unidata/emoji-zwj.awk: More efficient code generation

Hoist the `eval-when-compile` to encompass the entire list, since
backquote forms aren't automatically evaluated at compile time.
This results in a single constant list in the generated code, and
much less actual code.
admin/unidata/emoji-zwj.awk