]> git.eshelyaron.com Git - emacs.git/commit
Trigger native compilation when loading bytecode
authorAndrea Corallo <akrl@sdf.org>
Sun, 15 Mar 2020 21:44:05 +0000 (21:44 +0000)
committerAndrea Corallo <akrl@sdf.org>
Mon, 16 Mar 2020 23:08:34 +0000 (23:08 +0000)
commit159f61baa9e374cfd17acf1a45c0d553b57b7ac9
tree6832e7e815fb71c2f95e69af4056122ed1bbd1d8
parentea8864fb672a7ff2d1da1b91885239f60e16b359
Trigger native compilation when loading bytecode

Introduce a first mechanism to trigger compilation when lex elc files
are loaded.  This is off by default and has to be better tested.
lisp/emacs-lisp/comp.el
src/comp.c
src/comp.h
src/data.c
src/lisp.h
src/lread.c