]> git.eshelyaron.com Git - emacs.git/commit
Revert my KEY_OPS_CFLAGS change to src/Makefile.in
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Apr 2020 03:52:28 +0000 (20:52 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Apr 2020 03:53:48 +0000 (20:53 -0700)
commitc36792bd79f3a97f292ab0612aa5c3ab1b4d9e70
tree9fa07f6ffe7a0ac73aaf10b656552e7e25b50823
parentb9b32074cecb0e0d20cf527eadacbb0b7f5cced9
Revert my KEY_OPS_CFLAGS change to src/Makefile.in

Now that -Og inlining has been improved this is no longer helpful.
* src/Makefile.in (KEY_OPS_CFLAGS): Remove.  All uses removed.
This improved CPU performance of ‘make compile-always’ by 5% on my
platform, which was gcc -Og, GCC 9.3.1 20200317 (Red Hat 9.3.1-1),
Fedora 31 x86-64 (AMD Phenom II X4 910e, circa 2010).
src/Makefile.in