summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/backquote.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-08-24 12:45:36 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-08-24 15:55:09 -0700
commit2f7ca4020e4f1e30b263758439dba55551f0675d (patch)
tree883f4ae8f1ec06e480838bea3f504e6ae60fdc4c /lisp/emacs-lisp/backquote.el
parent575179f74d9b80ee468ae39239c853546da8de43 (diff)
downloademacs-2f7ca4020e4f1e30b263758439dba55551f0675d.tar.gz
emacs-2f7ca4020e4f1e30b263758439dba55551f0675d.tar.bz2
emacs-2f7ca4020e4f1e30b263758439dba55551f0675d.zip
Tweak integer mod performance
* src/data.c (integer_mod): Use mpz_tdiv_r not mpz_mod, as that’s more similar to the fixnum case, is a bit more efficient, and otherwise the later ‘sgn_r < 0’ code is useless anyway.
Diffstat (limited to 'lisp/emacs-lisp/backquote.el')
0 files changed, 0 insertions, 0 deletions