]> git.eshelyaron.com Git - emacs.git/commit
Tweak builtin symbol order for speed
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 12 Jul 2019 06:06:22 +0000 (23:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 12 Jul 2019 06:07:22 +0000 (23:07 -0700)
commit81a1088ee8b833cd30a3363782195d6c4d575672
treebad0854f81fd608d667259bbc68afc619c49f9f1
parent77a4cc9f1a7df97c9a11195dcf6e90c8820be9bb
Tweak builtin symbol order for speed

* lib-src/make-docfile.c (compare_globals):
Make symbols 1 through 4 be t, unbound, error, lambda.
This is in addition to symbol 0 being nil.
This change improved ‘make compile-always’ performance by 0.6%
on my platform.
lib-src/make-docfile.c