This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: gcc/cpplex.c
- From: "Zack Weinberg" <zack at codesourcery dot com>
- To: "Joseph D. Wagner" <theman at josephdwagner dot info>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 02 Oct 2003 08:43:44 -0700
- Subject: Re: gcc/cpplex.c
- References: <200310020355.16806.theman@josephdwagner.info>
"Joseph D. Wagner" <theman@josephdwagner.info> writes:
> This cleans up the _cpp_skip_block_comment function so it's more optimized
> and easier to read/understand.
It looks like you just rearranged all the code. I do not see why this
should be faster, and I find it *harder* to understand. Please
explain in detail why it's faster. With numbers.
zw