[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: More reliable byte compilation, take 45
From: |
Lars Ingebrigtsen |
Subject: |
Re: More reliable byte compilation, take 45 |
Date: |
Mon, 04 Oct 2021 19:35:36 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Steingold <sds@gnu.org> writes:
> When the byte compiler sees `(require 'foo)`, it will check that `foo.ell`
> has changed since last loaded and will reload it automatically.
Nothing requires subr.el -- it's prebuilt, but everything uses functions
from it. Recompiling everything after changing anything in subr.el
would make development impossible.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- Re: More reliable byte compilation, take 45, (continued)
- Re: More reliable byte compilation, take 45, T.V Raman, 2021/10/04
- Re: More reliable byte compilation, take 45, Eli Zaretskii, 2021/10/04
- Re: More reliable byte compilation, take 45, Stefan Monnier, 2021/10/04
- Re: More reliable byte compilation, take 45, Eli Zaretskii, 2021/10/04
- Re: More reliable byte compilation, take 45, Stefan Monnier, 2021/10/04
- Re: More reliable byte compilation, take 45, Eli Zaretskii, 2021/10/05
- Re: More reliable byte compilation, take 45, Stefan Monnier, 2021/10/05
- Re: More reliable byte compilation, take 45, Adam Porter, 2021/10/05
- Re: More reliable byte compilation, take 45, Eli Zaretskii, 2021/10/05
Re: More reliable byte compilation, take 45, Steingold, 2021/10/04
- Re: More reliable byte compilation, take 45,
Lars Ingebrigtsen <=
Re: More reliable byte compilation, take 45, Steingold, 2021/10/05