]> git.eshelyaron.com Git - emacs.git/commit
More aggressive bytecode split between top-level forms (bug#55972)
authorMattias Engdegård <mattiase@acm.org>
Sat, 18 Jun 2022 13:15:57 +0000 (15:15 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sat, 18 Jun 2022 13:19:57 +0000 (15:19 +0200)
commit2ebe0524e823c2b811f484bd4df977df5fa49203
treef45f5321303e90ef74084526dd05489d94720cb7
parent608f349cd29e9754279d963e33e19eb46b849882
More aggressive bytecode split between top-level forms (bug#55972)

* lisp/emacs-lisp/bytecomp.el (byte-compile-keep-pending):
Allow bytecode split between all kinds of top-level forms, not just
those with chunk handlers, to prevent individual chunks from growing
too large.  In particular this helps compilation of
package-quickstart.el.
lisp/emacs-lisp/bytecomp.el