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]
Other format: [Raw text]

Re: request for timings - makedepend


> That script doesn't really parse the file at all, it just scans for
> #include lines, and it processes each header only once no matter how
> many files reference it.  Which has got to be faster than what
> cpplib is doing.

Right, I figured you could run it once just to see how *much* faster
it is (if at all), so you know (perhaps) how much faster you could
make cpplib run.  If it's 3x faster, that's a good reason to try to
optimize cpplib.  If it's only 5% faster, maybe your time is better
spent elsewhere.


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