This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: compilercache-1.0.7 released


> what is heavily needed is a C* sourcecode unique-ifier !
> i.e. replace all blanks and newlines and comments and combinations of those
> by a SINGLE newline, and remove all preprocessor (#) lines. but don't destroy
> strings that are multiline! and all this in a ultra fast little program,
> preferable a sed script, but C/lex would also be ok.

That would wreak havok with source-level debugging.

> once this is done, the linux kernel compilation will really rock.
> right now if you change the kernel config, the config.h file will
> contain many blanks that it didn't contain before. since everybody includes
> this file, nothing will cache.

Maybe you should better look into the reason for these varying amounts
of blanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]