]> git.eshelyaron.com Git - emacs.git/commit
Deduplicate non-fixnum numeric constants in byte-compilation
authorMattias Engdegård <mattiase@acm.org>
Sun, 22 Dec 2019 11:09:06 +0000 (12:09 +0100)
committerMattias Engdegård <mattiase@acm.org>
Fri, 27 Dec 2019 13:55:22 +0000 (14:55 +0100)
commit4fff3edec8cc3e7b0125276b9e297a2b445702ad
tree28826a47fee9955ce952649a32c65e39fb6dfc04
parent2902fb035af000d3c15c5c595933883ccc808580
Deduplicate non-fixnum numeric constants in byte-compilation

* lisp/emacs-lisp/bytecomp.el (byte-compile-get-constant):
Use eql for looking up constants instead of eq, allowing
for bignum and flonum deduplication (bug#38708).
lisp/emacs-lisp/bytecomp.el