emacscollective / auto-compile

Automatically compile Emacs Lisp libraries
GNU General Public License v3.0
172 stars 16 forks source link

Investigate use of async-bytecomp.el #7

Closed tarsius closed 8 years ago

tarsius commented 9 years ago

https://github.com/jwiegley/emacs-async/blob/master/async-bytecomp.el

tarsius commented 8 years ago

I considered doing so to prevent old macro definitions to be used while compiling but this would not actually guarantee that all users of the changed macro would get recompiled. They might be located in other files and if they are not changed, then the also won't be recompiled.