This is the mail archive of the gcc-patches@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: [rfa] one-liner in lex.c


On Thursday 09 September 2004 19:07, Michael Snyder wrote:
> Hi folks,
>
> Looks like your patch submission process is fairly similar to gdb's...
>
> Adding this 'else' to the inner loop in _cpp_clean_line seems pretty
> obvious.
> Since it's on the critical path, it might even yield a trivial performance
> win.

The last statement in the preceding block is "break;", so it should make no 
difference.

Paul


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