[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: byte compiler warnings when bootstrapping
From: |
Richard Stallman |
Subject: |
Re: byte compiler warnings when bootstrapping |
Date: |
Tue, 23 Oct 2007 22:49:51 -0400 |
The intention is for the byte-compiler to take the intersection of the
functions defined by <feature> and the functions used in the file being
byte-compiled.
This requires it to know which functions are defined by that feature.
In other words, compilation would have to USE the table produced
by the batch process.
I prefer the approach I designed, in which the batch process finds
erroneous declarations but its output is not needed to compile
anything.
- Re: byte compiler warnings when bootstrapping, (continued)
- Re: byte compiler warnings when bootstrapping, Richard Stallman, 2007/10/23
- Re: byte compiler warnings when bootstrapping, Stefan Monnier, 2007/10/23
- Re: byte compiler warnings when bootstrapping,
Richard Stallman <=
- Re: byte compiler warnings when bootstrapping, Stefan Monnier, 2007/10/23
- Re: byte compiler warnings when bootstrapping, Richard Stallman, 2007/10/24
- Re: byte compiler warnings when bootstrapping, Stefan Monnier, 2007/10/23