]> git.eshelyaron.com Git - emacs.git/commit
* lisp/emacs-lisp/package.el: Byte compile the quickstart file
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 18 Dec 2020 15:02:15 +0000 (10:02 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 18 Dec 2020 15:02:15 +0000 (10:02 -0500)
commiteeade2b64767bfce9118eae36c25363a7fb6ea76
tree1df0065dbd14c7e23f4dfcda164d5d48fef07b43
parenteaea03546a291e27c5794599040b8bb464118d9f
* lisp/emacs-lisp/package.el: Byte compile the quickstart file

Earlier tests had found problems when byte-compiling the file,
but later investigations indicated the problem was not
directly related.  The performance difference is appreciable.

(package-quickstart-refresh): Byte compile the file.
(package-activate-all): Load byte-compiled version if available.
(package--quickstart-maybe-refresh): Delete the byte-compiled file as well.
lisp/emacs-lisp/package.el