]> git.eshelyaron.com Git - emacs.git/commit
Speed up loading modules
authorLin Sun <sunlin7@hotmail.com>
Wed, 14 May 2025 06:30:34 +0000 (06:30 +0000)
committerEshel Yaron <me@eshelyaron.com>
Tue, 27 May 2025 14:32:13 +0000 (16:32 +0200)
commit73fc7095356212d0a6a3e8b40afa1f6736e8f80b
treedee9da9bf23482e5030c25e4e9974238cc62f16a
parenta06b38ac51e22c59f6a13349862428a0596ba09e
Speed up loading modules

* src/lread.c (get-load-suffixes): Don't try loading modules with
suffixes from 'jka-compr-load-suffixes', since loading of
compressed shared libraries is not supported (so attempt to look
for them is just waste of cycles).  (Bug#78416.)

(cherry picked from commit 9f1cec6297d5c06dc38d52e8384d56811b35915a)
src/lread.c